- Add @types/node for vite.config.ts __dirname support - Extend OrdenTransporte interface with alias properties - Add missing enum states to OTStatusBadge - Fix EventosList type references and property access - Fix GeocercasList property names (activo -> activa) - Fix useTrackingWebSocket NodeJS.Timeout type - Remove unused imports across components Build now passes: 191 modules transformed successfully Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|