Skip to content

Commit 3d9f55f

Browse files
committed
enable skipLibCheck for browser packages since storybook bundled types contain errors
1 parent b7416fb commit 3d9f55f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.browser-base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/* Experimental Options */
6060
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
6161
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
62-
62+
"skipLibCheck": true,
6363
/* Advanced Options */
6464
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
6565
}

tsconfig.new.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"alwaysStrict": true,
1414
"types": ["node"],
1515
"esModuleInterop": true,
16-
"skipLibCheck": false,
16+
"skipLibCheck": true,
1717
"incremental": true,
1818
"declaration": true,
1919
"declarationMap": true,

0 commit comments

Comments
 (0)