Xray-docs-next/tsconfig.json
2021-09-11 18:37:02 +08:00

10 lines
141 B
JSON

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