Closed j-melville closed 3 years ago
@j-melville
Our type definition is defined with typescript v4.2.3
.
If your typescript version is v3.9.6
, the ts compiler cannot check the labeled tuple because the labeled tuple is included above the v4.0.0
.
If it is difficult to update the typescript version, it would be good to consider to remove library checks using skipLibCheck
option.
Ok, thanks!
Describe the bug
Hi. We are in the process of migrating from Toast UI vue editor v2 to v3, apologies but this might be the first of many posts :)
Our site is Vue v2.6.11 and TypeScript 3.9.6
After installing v3.1.0 and running an NPM serve we see the following output in the console:
Excuse any potential ignorance, but is it meant to be {from: number, to: number} or [{from: number, to: number}]?
Please advice, we won't be able to move forward with the migration until this is resolved, as the site will not compile!
Thanks