examples/mongodb2openGauss/tsconfig.json

13 lines
221 B
JSON

{
"compilerOptions": {
"strict": true,
"incremental": true,
"composite": true
},
"include": [],
"references": [
{"path": "./packages/pg-query-stream"},
{"path": "./packages/pg-protocol"}
]
}