Files
wehub-resource-sync 2114b14ee0
Sync main into demo / sync (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:26 +08:00

63 lines
1.1 KiB
JSON
Executable File

{
"compilerOptions": {
"target": "ES2022",
"experimentalDecorators": true,
"useDefineForClassFields": false,
"module": "ESNext",
"lib": [
"ES2022",
"DOM",
"DOM.Iterable"
],
"skipLibCheck": true,
"types": [
"node",
"react",
"react-dom",
"vite/client"
],
"moduleResolution": "bundler",
"isolatedModules": true,
"moduleDetection": "force",
"esModuleInterop": true,
"allowJs": true,
"jsx": "react-jsx",
"paths": {
"@/*": [
"./*"
]
},
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"noEmit": true,
"strict": true,
"noFallthroughCasesInSwitch": true
},
"include": [
"index.tsx",
"os/**/*.ts",
"os/**/*.tsx",
"apps/**/*.ts",
"apps/**/*.tsx",
"apps/**/*.d.ts",
"system/**/*.ts",
"system/**/*.tsx"
],
"exclude": [
"node_modules",
"dist",
"decompiled",
"apks",
"runs",
"bench_env",
"auto_explore",
"ui_dumps",
"extracted_assets",
"all_dicts"
],
"references": [
{ "path": "./tsconfig.node.json" }
]
}