Thanks for maintaining an awesome package! As Clarence described in issue #572, we have been unable to resolve the type definition from the react-split that is published to the npm registry since index.d.ts is not listed files field of package.json.
This PR adds index.d.ts to the package.json's files field. I personally published the patch under my scope and ensured that it works fine:
Resolves #572 #283
Thanks for maintaining an awesome package! As Clarence described in issue #572, we have been unable to resolve the type definition from the react-split that is published to the npm registry since
index.d.ts
is not listedfiles
field of package.json.This PR adds index.d.ts to the package.json's files field. I personally published the patch under my scope and ensured that it works fine: