I'm trying to use the @blueprintjs/core
library in my project. However, when I compile my code, I'm getting many errors like this:
node_modules/@blueprintjs/core/dist/common/classes.d.ts(4,30):
error TS1039: Initializers are not allowed in ambient contexts.
What's going on? What am I doing wrong?