Xray-docs-next/tsconfig.json

9 lines
134 B
JSON
Raw Normal View History

2021-09-11 10:37:02 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"sourceMap": true
},
2022-06-13 02:23:36 +00:00
"exclude": ["node_modules"]
}