react-spa-template/tsconfig.node.json
2025-04-19 19:24:27 +02:00

12 lines
239 B
JSON

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