Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tsconfig-ci): include node library types only
TypeScript always checks all types found in the `node_modules/@types` folder. It looks like with the new storybook version, some types in there are in conflict and contain mistakes (storybook & react dependencies). The common solution is to use `skipLibCheck: true` but this disables typechecking for all `d.ts` files, including ours. Fixes #972
- Loading branch information