Tôi có một dự án hiển thị lỗi này khi tôi chạy 'tsc':
../modules/node_modules/sequelize/types/lib/transaction.d.ts:33:14 - error TS1086: An accessor cannot be declared in an ambient context.
33 static get LOCK(): LOCK;
~~~~
../modules/node_modules/sequelize/types/lib/transaction.d.ts:40:7 - error TS1086: An accessor cannot be declared in an ambient context.
40 get LOCK(): LOCK;
~~~~
Phiên bản của tôi là:
- "@ loại / sắp xếp lại": "^ 4.28.6"
- "sắp xếp lại": "^ 5,8.10"
- "sequelize-typecript": "1.0.0-beta.4"
Dự án hoạt động tốt với gật đầu nhưng thất bại khi tôi cố gắng biên dịch bản thảo. Có ai biết lỗi này không?
Cảm ơn.