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

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

10 lines
185 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
2023-04-28 11:25:25 +00:00
"allowSyntheticDefaultImports": true
},
2024-02-20 22:44:16 +00:00
"include": ["vite.config.mts"]
}