InvokeAI/invokeai/frontend/web/tsconfig.node.json
psychedelicious b490c8ae27 chore(ui): bump deps
Includes vite v5 - only change needed is to set .mts for vite config files.
2024-01-01 08:13:23 -05:00

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"
]
}