Files
f2eb6efa-7528-4125-9fb7-69c…/tsconfig.node.json
2026-01-16 13:25:12 +00:00

8 lines
210 B
JSON

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