mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-18 07:23:30 +02:00
11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts"
|
|
]
|
|
}
|