nginx_ui/nginx-ui-dev/app/tsconfig.node.json

12 lines
195 B
JSON
Raw Normal View History

2025-03-04 19:28:12 +08:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts"
]
}