buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

build is broken with scoped type imports #1279

Closed giogonzo closed 5 years ago

giogonzo commented 5 years ago

Project card

description

e.g.

import("react/node_modules/@types/prop-types").ValidationMap<any>

how to reproduce

specs

Update TS version (which warns for missing annotations when such type imports would be produced by declaration: true) and fix a few occurences

misc

{optional: other useful info}