sozsoft-platform/ui/tsconfig.node.json

11 lines
239 B
JSON
Raw Normal View History

2026-02-24 20:44:16 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "./src/services/tenants.ts"]
}