e9c3dc1120
保留 SpacetimeDB 历史表、迁移白名单与旧业务源码 切换前端 active 入口并解除旧创作页面和路由编译链 移除旧后端路由、worker 与纯业务 crate 依赖 收敛 SpacetimeDB 模块为历史数据壳 同步 Nginx、Pingora、验证门禁与架构文档
30 lines
716 B
JSON
30 lines
716 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": false,
|
|
"module": "ESNext",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "bundler",
|
|
"isolatedModules": true,
|
|
"moduleDetection": "force",
|
|
"allowJs": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
"jsx": "react-jsx",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"src/vite-env.d.ts",
|
|
"src/active-main.tsx",
|
|
"src/ActiveApp.tsx",
|
|
"src/AuthenticatedApp.tsx",
|
|
"src/routing/activeAppPageRoutes.ts",
|
|
"src/routing/activeAppRoutes.tsx"
|
|
]
|
|
}
|