web-backset.cn/tsconfig.build.json

11 lines
249 B
JSON
Raw Normal View History

2023-02-10 17:09:40 +08:00
{
"compilerOptions": {
"target": "ES2015",
2023-02-10 17:09:40 +08:00
"declaration": true,
"module": "ES2020",
2023-02-10 17:09:40 +08:00
"sourceMap": true,
"esModuleInterop": true,
"skipLibCheck": true, // 忽略烈性检查
"forceConsistentCasingInFileNames": true
2023-02-10 17:09:40 +08:00
},
}