{ "compilerOptions": { "target": "es5", //指定編譯生成的JS版本"module": "commonjs", //指定生成哪種模組"strict": true, //採用嚴格模式"esModuleInterop": true, ...
確定! 回上一頁