mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
862bf7546c
- use `swagger-parser` to dereference openapi schema - tidy vite plugins - use mantine select for node add menu
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"./config/vite.app.config.ts",
|
|
"./config/vite.package.config.ts",
|
|
"./config/vite.common.config.ts",
|
|
"./config/common.ts"
|
|
]
|
|
}
|