AWS-Panel/frontend/tsconfig.node.json
2025-12-10 12:02:17 +08:00

11 lines
213 B
JSON

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