Files
cosmique/tsconfig.node.json
2025-07-08 21:49:27 +02:00

12 lines
253 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.js", "eslint.config.js"]
}