mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-13 04: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();
|
main();
|
||||||
//# sourceMappingURL=main.mjs.map
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
"module": "node16",
|
"module": "node16",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"sourceMap": true,
|
|
||||||
"target": "es2022",
|
"target": "es2022",
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user