Skip to content

Commit 5f658d3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
}

0 commit comments

Comments
 (0)