web-backset.cn/tsconfig.build.json

8 lines
147 B
JSON
Raw Normal View History

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