1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-08-22 11:28:34 +00:00
Xray-docs-next/tsconfig.json
2022-06-12 22:26:13 -04:00

9 lines
134 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"sourceMap": true
},
"exclude": ["node_modules"]
}