Files
yakpanel-core/YakPanel-server/frontend/tsconfig.node.json
2026-04-07 02:04:22 +05:30

11 lines
213 B
JSON

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