sozsoft-platform/ui/tsconfig.node.json

12 lines
275 B
JSON
Raw Normal View History

2026-02-24 20:44:16 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
2026-05-06 19:07:30 +00:00
"moduleResolution": "Bundler",
"ignoreDeprecations": "6.0",
2026-02-24 20:44:16 +00:00
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "./src/services/tenants.ts"]
}