build(typescript): disable from generating source map

This commit is contained in:
Alfi Maulana 2023-12-14 17:58:57 +07:00
parent 0a416228af
commit 8f2a513ffb
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
2 changed files with 1 additions and 2 deletions

2
main/index.mjs generated
View File

@ -27303,6 +27303,6 @@ async function main() {
}
}
main();
//# sourceMappingURL=main.mjs.map
})();

View File

@ -5,7 +5,6 @@
"module": "node16",
"declaration": true,
"outDir": "dist",
"sourceMap": true,
"target": "es2022",
"skipLibCheck": true
},