web-backset.cn/tsconfig.build.json

12 lines
294 B
JSON
Raw Permalink 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,
2023-02-24 18:00:48 +08:00
// "esModuleInterop": true,
"skipLibCheck": true, // 忽略烈性检查
2023-02-24 18:00:48 +08:00
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true
2023-02-10 17:09:40 +08:00
},
}