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

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

16 lines
330 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.ts",
"./config/vite.app.config.ts",
"./config/vite.package.config.ts",
"./config/vite.common.config.ts",
"./config/common.ts"
2023-04-28 05:44:27 +00:00
]
}