在官网只找到了如何添加source map,但是没有找到如何关闭。我只用了-watch参数,就生成了source map。请教如何关闭?
在tsconfig.json中添加配置:
tsconfig.json
{ "compilerOptions": { "sourceMap": false } }
https://www.typescriptlang.or...
3 回答4.5k 阅读✓ 已解决
1 回答3.6k 阅读
3 回答6.3k 阅读✓ 已解决
2 回答1.8k 阅读✓ 已解决
692 阅读
1 回答6.4k 阅读✓ 已解决
在
tsconfig.json
中添加配置:https://www.typescriptlang.or...