main-web/tsconfig.node.json

10 lines
198 B
JSON
Raw Normal View History

2024-08-20 12:11:33 +00:00
{
2024-08-21 01:17:14 +00:00
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "build/*.ts"]
}