uphill-rivers/ui/tsconfig.node.json
Frank Villaro-Dixon 311ce09e15 stash some shit
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-05-13 22:27:52 +02:00

10 lines
184 B
JSON

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