mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 02:31:21 +00:00
build(typescript): disable from generating source map
This commit is contained in:
parent
0a416228af
commit
8f2a513ffb
2
main/index.mjs
generated
2
main/index.mjs
generated
@ -27303,6 +27303,6 @@ async function main() {
|
||||
}
|
||||
}
|
||||
main();
|
||||
//# sourceMappingURL=main.mjs.map
|
||||
|
||||
})();
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
"module": "node16",
|
||||
"declaration": true,
|
||||
"outDir": "dist",
|
||||
"sourceMap": true,
|
||||
"target": "es2022",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user