Files
wehub-resource-sync 9119799461
构建测试 / 构建 Linux (x64) (push) Failing after 2s
构建测试 / 构建 Linux (ARM64) (push) Failing after 2s
构建测试 / 构建 Windows (ARM64) (push) Has been cancelled
构建测试 / 构建 Windows (x64) (push) Has been cancelled
构建测试 / 构建 macOS (Apple Silicon) (push) Has been cancelled
构建测试 / 构建 macOS (Intel) (push) Has been cancelled
构建测试 / 构建摘要 (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:24:21 +08:00

33 lines
637 B
JSON

{
"compilerOptions": {
"ignoreDeprecations": "5.0",
"target": "ESNext",
"module": "CommonJS",
"moduleResolution": "Node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": true,
"strict": true,
"skipLibCheck": true,
"sourceMap": false,
"outDir": "build",
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"incremental": true,
"typeRoots": [
"./node_modules/@types",
"./src/types"
],
"resolveJsonModule": true
},
"exclude": [
"node_modules",
"data/**/*.ts",
"dist",
"build"
]
}