Vben
2021-03-10 9aa1be821be13168026e0a22878b12297349bbd1
提交 | 用户 | age
2f6253 1 {
2   "compilerOptions": {
3     "target": "esnext",
4     "module": "commonjs",
5     "moduleResolution": "node",
6     "strict": true,
7     "forceConsistentCasingInFileNames": true,
8     "baseUrl": ".",
9     "esModuleInterop": true,
10     "noUnusedLocals": true,
11     "noUnusedParameters": true,
12     "experimentalDecorators": true,
13     "lib": ["dom", "esnext"],
14     "incremental": true,
15     "skipLibCheck": true
16   }
17 }