Skip to content

Commit

Permalink
enable skipLibCheck for browser packages since storybook bundled type…
Browse files Browse the repository at this point in the history
…s contain errors
  • Loading branch information
bashmish committed Feb 6, 2025
1 parent b7416fb commit 5f658d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.browser-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */

"skipLibCheck": true,
/* Advanced Options */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
}
Expand Down

0 comments on commit 5f658d3

Please sign in to comment.