Files
4cffd40d-143c-4e7c-86cd-bb8…/tsconfig.node.json
2026-01-16 13:38:57 +00:00

8 lines
210 B
JSON

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