mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-24 17:48:14 -05:00
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "src"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|