web-backset.cn/tsconfig.build.json
2023-02-24 18:00:48 +08:00

12 lines
294 B
JSON

{
"compilerOptions": {
"target": "ES2015",
"declaration": true,
"module": "ES2020",
"sourceMap": true,
// "esModuleInterop": true,
"skipLibCheck": true, // 忽略烈性检查
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true
},
}