You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the latest type definitions with Sequelize 4.17.0, I get the following error when compiling with tsc:
node_modules/@types/sequelize/lib/query-types.d.ts(3,16): error TS2714: The expression of an export assignment must be an identifier or qualified name in an ambient context.
Perhaps I'm missing something in my local setup, but this appears to be an issue with the Sequelize type definitions.
I am running typescript 2.6.0-rc on Linux, 4.13.8-1-ARCH #1 SMP PREEMPT x86_64 GNU/Linux, if that matters.
The text was updated successfully, but these errors were encountered:
When using the latest type definitions with Sequelize 4.17.0, I get the following error when compiling with
tsc
:Perhaps I'm missing something in my local setup, but this appears to be an issue with the Sequelize type definitions.
I am running typescript
2.6.0-rc
on Linux,4.13.8-1-ARCH #1 SMP PREEMPT x86_64 GNU/Linux
, if that matters.The text was updated successfully, but these errors were encountered: