mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
b490c8ae27
Includes vite v5 - only change needed is to set .mts for vite config files.
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"
|
|
]
|
|
}
|