a5a8a6b085
迁移画布交互模型、历史与舞台控制到共享 core 迁移画布视口、世界、图层、框选、小地图和 portal 到共享 React 让主站通过兼容导出和共享组件消费唯一实现 补齐 Web Host Port 边界与 Tauri 共享源码构建配置 增加双实例、重复挂载和核心交互回归测试 同步无限画布阶段二实施边界与项目记忆
29 lines
727 B
JSON
29 lines
727 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"module": "ESNext",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "bundler",
|
|
"isolatedModules": true,
|
|
"moduleDetection": "force",
|
|
"allowJs": false,
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"jsx": "react-jsx",
|
|
"noEmit": true,
|
|
"types": ["vite/client"],
|
|
"baseUrl": "../..",
|
|
"paths": {
|
|
"@genarrative/image-canvas-core": [
|
|
"packages/image-canvas-core/src/index.ts"
|
|
],
|
|
"@genarrative/image-canvas-react": [
|
|
"packages/image-canvas-react/src/index.ts"
|
|
]
|
|
}
|
|
},
|
|
"include": ["src", "vite.config.ts"]
|
|
}
|