Skip to content

Commit

Permalink
build: add skipLibCheck to eui
Browse files Browse the repository at this point in the history
- temp. setting due to the use of the external theme in scr-docs
  • Loading branch information
mgadewoll committed Sep 19, 2024
1 parent 03a0136 commit adef2f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"dom"
],

// TODO: remove once EUI docs are removed or circular dependencies are resolved
"skipLibCheck": true,

// Specifies where to find library definitions. When this is explicitly set,
// it has to include the default location i.e. node_modules/@types
"typeRoots": ["../../node_modules/@types", "node_modules/@types", "src/custom_typings"]
Expand Down

0 comments on commit adef2f0

Please sign in to comment.