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 9356a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion tsconfig.new.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"alwaysStrict": true,
"types": ["node"],
"esModuleInterop": true,
"skipLibCheck": false,
"skipLibCheck": true,
"incremental": true,
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit 9356a6a

Please sign in to comment.