Xray-docs-next/tsconfig.json
2022-06-12 22:26:13 -04:00

9 lines
134 B
JSON

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