1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-08-22 03:18:35 +00:00
Xray-docs-next/tsconfig.json
2025-07-06 16:18:05 -04:00

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"]
}