Xray-docs-next/tsconfig.json

9 lines
134 B
JSON

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