Skip to content

Commit b935382

Browse files
committed
skip type checking of declaration files from node_modules
1 parent 8a5a2a8 commit b935382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/paypal-js/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"moduleResolution": "bundler",
88
"target": "es5",
99
"strict": true,
10+
"skipLibCheck": true,
1011

1112
// these are overridden by the Rollup plugin
1213
"outDir": "./dist",

0 commit comments

Comments
 (0)