Why do I get TS1110: Type expected. 122 export declare type ProtocolID = ${Protocol}
;
#826
Answered
by
jevonearth
jevonearth
asked this question in
Q&A
-
When I update the project to use the latest Taquito release, my projects build process fails with the following error:
|
Beta Was this translation helpful? Give feedback.
Answered by
jevonearth
Apr 29, 2021
Replies: 1 comment
-
Taquito depends on Typescript 4.1. This means that you must update your project to depend on Typescript 4.1 or greater. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jevonearth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Taquito depends on Typescript 4.1. This means that you must update your project to depend on Typescript 4.1 or greater.