__importStar is not defined
Hey! I am using a star import in my bot but whenever I try to run the dev script, it gives me the following error:
I guess it is more a TypeScript related issue. This is the line that's causing it:
1 Reply
add
import 'tslib'
at the top of your entry point file
And add that dependency ofc