PhysicalLibraryWeb/tsconfig.json

13 lines
323 B
JSON
Raw Normal View History

2026-06-13 10:28:43 +08:00
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"noEmitOnError": false, // 即使 TS 报错也继续打包
"skipLibCheck": true, // 跳过库类型检查
"strict": false // 关闭严格模式(可选)
}
}