mirror of
https://github.com/remnawave/utils.git
synced 2026-05-13 12:26:35 +00:00
13 lines
No EOL
276 B
JSON
13 lines
No EOL
276 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts"
|
|
]
|
|
} |