erp-platform/ui/tsconfig.node.json

15 lines
257 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
},
2025-08-11 22:08:28 +00:00
"include": [
"vite.config.ts",
"src/**/*.ts",
"src/**/*.tsx"
]
2025-05-06 06:45:49 +00:00
}