Skip to content

Commit 08805c2

Browse files
committed
ci: fix "Could not find a declaration file for module 'bson'." in node_modules
relates https://github.com/graphql-compose/graphql-compose-mongoose/runs/3574256401
1 parent 5a4a9f7 commit 08805c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"declarationMap": true,
1010
"removeComments": true,
1111
"strict": true,
12+
"skipLibCheck": true,
1213
"noImplicitAny": true,
1314
"noImplicitReturns": true,
1415
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)