AWS-Panel/frontend/tsconfig.node.json

11 lines
213 B
JSON
Raw Normal View History

2025-12-10 12:02:17 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}