website/troplo-website-next/tsconfig.node.json
2024-09-14 00:09:34 +10:00

9 lines
188 B
JSON

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