Replies: 2 comments 4 replies
-
Does your Typescript config have |
Beta Was this translation helpful? Give feedback.
4 replies
-
So, no TypeScript support? I'm getting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to add TomSelect to my typescript project. Here my steps:
First with yarn I added tom-select:
yarn add tom-select
Then in my .ts file i imported tom-select:
import TomSelect from 'tom-select'
Now I try to initialized the plugin doing:
When i run my app i get 55 errors related to TomSelect. Here some of them:
What's was wrong? I forgot some steps?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions