erp-platform/ui/tsconfig.node.json
Sedat ÖZTÜRK e1a9562b22 init project
2025-05-06 09:45:49 +03:00

10 lines
210 B
JSON

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