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