Xray-docs-next/tsconfig.json

10 lines
141 B
JSON
Raw Normal View History

2021-09-11 18:37:02 +08:00
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"sourceMap": true
},
"exclude": [
"node_modules"
]
}