Closed pehagg closed 3 months ago
Typescript is unable to find the types after upgrading from 1.1.0 to 1.1.1. The types used to live under lib but are now under src. Possibly related issue where types had moved around the last time: #54 .
lib
src
@pehagg can you check latest release? with the example app I have no problem
Issue seems to be fixed in 1.2.0. Closing.
Typescript is unable to find the types after upgrading from 1.1.0 to 1.1.1. The types used to live under
lib
but are now undersrc
. Possibly related issue where types had moved around the last time: #54 .