website/tsconfig.node.json

10 lines
188 B
JSON
Raw Normal View History

2024-09-14 00:09:34 +10:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.mts"]
}