摘要:
tsconfig.json: { "compilerOptions": { "target": "es5", "lib": ["es6", "dom"], "module": "commonjs", "outDir": "dist", "noUnusedLocals": true, "noUnuse 阅读全文
posted @ 2020-10-05 18:11
Zhentiw
阅读(120)
评论(0)
推荐(0)
摘要:
Sometime if our tsconfig.json looks like this; { "compilerOptions": { "target": "es5", "module": "commonjs", "outDir": "dist" } } We can get all kinds 阅读全文
posted @ 2020-10-05 17:46
Zhentiw
阅读(213)
评论(0)
推荐(0)
摘要:
tsconfig-base.json: { "compilerOptions": { "target": "es5", "module": "commonjs", "lib": ["dom", "es6"], "outDir": "dist", "noImplicitAny": false } } 阅读全文
posted @ 2020-10-05 03:03
Zhentiw
阅读(113)
评论(0)
推荐(0)

浙公网安备 33010602011771号