We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437e719 commit b2dd137Copy full SHA for b2dd137
tsconfig.cjs.json
@@ -1,7 +1,17 @@
1
{
2
"extends": "./tsconfig.build.json",
3
"compilerOptions": {
4
- "module": "node16",
5
- "outDir": "./dist/cjs"
+ "module": "commonjs",
+ "moduleResolution": "node",
6
+ "outDir": "./dist/cjs",
7
+ "paths": {
8
+ "mongodb-connection-string-url": [
9
+ "./node_modules/mongodb-connection-string-url/lib/index.d.ts"
10
+ ],
11
+ "ts-levenshtein": ["./node_modules/ts-levenshtein/dist/index.d.mts"],
12
+ "@mongosh/arg-parser/arg-parser": [
13
+ "./node_modules/@mongosh/arg-parser/lib/arg-parser"
14
+ ]
15
+ }
16
}
17
0 commit comments