pages/tsconfig.node.json
Karel Košnar 773d65d95a tabor web
2024-01-04 15:51:49 +01:00

10 lines
213 B
JSON

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