RuralDatabase/reference/3d-map/tsconfig.node.json

11 lines
239 B
JSON
Raw Permalink Normal View History

2024-06-30 21:39:37 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}