mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-19 01:01:41 +03:00
10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |