website/tsconfig.node.json
2024-09-14 00:10:40 +10:00

9 lines
188 B
JSON

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