Files
nachtigall.dev/tsconfig.node.json
2024-10-24 00:07:52 +02:00

10 lines
188 B
JSON

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