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
I used lodash and sequelize in my project and install @types/lodash and @types/sequelize,i get below error when compile. error TS2300: Duplicate identifier 'export='.
i think @types/sequelize already include @types/lodash in subdirectory,so it has two @types/sequelize in my project,so i want know how to solve the problem?