Created by: CKGrafico
When we want to use other TypeScript version and we do:
npm install [email protected] -D
But when we use new features like const casting https://github.com/Microsoft/TypeScript/pull/29510 it does not compile.
Instead of that if we use:
yarn add [email protected]
Everything works