Files
textDB/tsconfig.node.json

10 lines
187 B
JSON
Raw Normal View History

2026-01-30 23:14:06 +01:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}