1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-03-02 13:13:14 +03:00
2022-06-12 22:26:13 -04:00

9 lines
134 B
JSON

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