Files
reloading-manager/frontend/tsconfig.node.json
2025-04-16 12:47:04 -04:00

11 lines
214 B
JSON

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