Skip to content

Commit c213679

Browse files
chore: include mocha overloads and test files in test tsconfig.json (mongodb#4090)
Co-authored-by: Aditi Khare <[email protected]>
1 parent 322d9e8 commit c213679

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"allowJs": true,
66
"checkJs": false
77
},
8-
"include": ["../node_modules/@types/mocha/index.d.ts", "./mongodb-mocha.d.ts",]
8+
"include": [
9+
"../node_modules/@types/mocha/index.d.ts",
10+
"../global.d.ts",
11+
"./**/*"
12+
]
913
}

0 commit comments

Comments
 (0)