mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 21:25:12 -05:00
Requires a change to tsconfig module/moduleResolution settings. We were on old legacy values anyways so good to update it.
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.mts"]
|
|
}
|