mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-08-22 11:28:34 +00:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ES2022",
|
|
"lib": ["DOM", "ES2022"],
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"moduleResolution": "Bundler"
|
|
},
|
|
"include": ["./docs/.vuepress/**/*.ts", "./docs/.vuepress/**/*.vue"],
|
|
"exclude": ["node_modules"]
|
|
}
|