1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-08-22 19:38:36 +00:00
Xray-docs-next/tsconfig.json
2025-04-09 22:39:12 -04:00

13 lines
292 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"],
}