Files
caravels-community-simulation/web-app/tsconfig.node.json
rafaeldpsilva adbbf6bf50 first commit
2025-12-10 12:32:12 +00:00

12 lines
252 B
JSON

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