InvokeAI/invokeai/frontend/web/tsconfig.node.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
290 B
JSON
Raw Normal View History

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
2023-04-28 11:25:25 +00:00
"allowSyntheticDefaultImports": true
},
2023-04-28 05:44:27 +00:00
"include": [
"vite.config.mts",
"config/vite.app.config.mts",
"config/vite.package.config.mts",
"config/common.mts"
2023-04-28 05:44:27 +00:00
]
}