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 cb79318 commit 4b100b9Copy full SHA for 4b100b9
types/tsconfig.json
@@ -11,6 +11,7 @@
11
"lib": ["es6"],
12
"strictFunctionTypes": true,
13
"strictNullChecks": true,
14
+ "skipLibCheck": true, /* Skip type checking of declaration files in node_modules. */
15
"baseUrl": ".",
16
"paths": { "@pipedream/types": ["."] }
17
},
0 commit comments