如题,TypeScript 新出了一个关键字 override
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-3.html#override-and-the---noimplicitoverride-flag
我目前开发有写蛮多 override 的 function,
所以想先行尝试一下,我用 2.4.5 测试可以 build complete,
但查了下 ReleaseNote 最新的升级是 Creator 2.4.4 的 TS 4.1.3
请问一下 2.4.5 是否已经支持了 TS 4.3?