nginx_ui/nginx-ui-dev/app/tsconfig.node.json
2025-03-04 11:28:12 +00:00

12 lines
195 B
JSON

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