mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-23 10:38:09 -05:00
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vite.config.mts",
|
|
"config/vite.app.config.mts",
|
|
"config/vite.package.config.mts",
|
|
"config/common.mts"
|
|
]
|
|
}
|