web-backset.cn/tsconfig.build.json
2023-02-10 17:09:40 +08:00

8 lines
147 B
JSON

{
"compilerOptions": {
"target": "es5",
"declaration": true,
"sourceMap": true,
"skipLibCheck": true // 忽略烈性检查
},
}