Closed ChristiaanScheermeijer closed 1 year ago
The package.json typings parameter is pointing to a non-existing index.d.ts. This PR updates the path to dist/ts/src/index.d.ts and fixes TypeScript errors in my project.
typings
index.d.ts
dist/ts/src/index.d.ts
bumpy bump - same problem here - current package not useable in TS without patch-package
The package.json
typings
parameter is pointing to a non-existingindex.d.ts
. This PR updates the path todist/ts/src/index.d.ts
and fixes TypeScript errors in my project.