Files
f34178ba-1af3-49ba-951a-63d…/tsconfig.node.json
2026-01-16 13:26:31 +00:00

8 lines
210 B
JSON

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