03a4410272
主要工作是共享同一套“画布内核与通用 UI 源码”,网站和 Tauri 只分别实现宿主适配层。 --------- Co-authored-by: 段舒康 <kdletters@qq.com> Co-authored-by: kdletters <kdletters@qq.com> Reviewed-on: http://192.168.35.82/git/GenarrativeAI/Genarrative/pulls/136 Co-authored-by: menghao <mh18530625731@163.com> Co-committed-by: menghao <mh18530625731@163.com>
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"]
|
|
}
|