Claptrap-ui/tsconfig.node.json
2023-12-14 15:04:42 +01:00

10 lines
184 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}