ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
1.04k stars 171 forks source link

make emojis.json a ts file so no bad path in type defs #303

Closed revilossor closed 1 year ago

revilossor commented 1 year ago

writes 'emojis.ts' instead of 'emojis.json' so that there is no bad path to 'emojis.json' in dist/ ( ts only in src/ )

closes [#294] i think - i was seeing the same error in a library project with typescript ( i have a typescript build as a git hook - the rollup build worked fine, guess cos it doesnt need to resolve emojis.json in the ts defs )

revilossor commented 1 year ago

closing cos wrong branch