erp-platform/ui/tsconfig.node.json

11 lines
239 B
JSON
Raw Normal View History

2025-05-06 06:45:49 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "./src/services/tenants.ts"]
2025-05-06 06:45:49 +00:00
}