Skip to content

Commit

Permalink
ci: fix "Could not find a declaration file for module 'bson'." in nod…
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Sep 11, 2021
1 parent 5a4a9f7 commit 08805c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"declarationMap": true,
"removeComments": true,
"strict": true,
"skipLibCheck": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit 08805c2

Please sign in to comment.