Files
geo/frontend/tsconfig.node.json

11 lines
223 B
JSON
Raw Permalink Normal View History

2026-02-04 00:11:19 +05:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}