erp-platform/ui/tsconfig.node.json
2025-08-12 11:39:06 +03:00

10 lines
239 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "./src/services/tenants.ts"]
}