luizbarboza / polyclip-ts

MIT License
28 stars 10 forks source link

Added config to package.json to let ESM clients know where to find typedefs #19

Closed smallsaucepan closed 6 days ago

smallsaucepan commented 1 week ago

The current location of the typedefs can't be found by modern tools because they infer the wrong directory. This config lists specifically where ESM TS clients should look for index.d.ts

Resolves #7 Resolves (for ESM) #14 Resolves (for ESM) #18