mercury/frontend/tsconfig.node.json
2023-09-15 16:33:25 +02:00

10 lines
200 B
JSON

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