scel/web/tsconfig.node.json

10 lines
184 B
JSON
Raw Normal View History

2022-07-18 22:57:33 +02:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}