Skip to content

Commit 4b100b9

Browse files
committed
adding skiplibcheck
1 parent cb79318 commit 4b100b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"lib": ["es6"],
1212
"strictFunctionTypes": true,
1313
"strictNullChecks": true,
14+
"skipLibCheck": true, /* Skip type checking of declaration files in node_modules. */
1415
"baseUrl": ".",
1516
"paths": { "@pipedream/types": ["."] }
1617
},

0 commit comments

Comments
 (0)