Versi TypeScript Downgrade

npm install typescript@<the-version-you-want>
  
for example:
npm install [email protected]
MitchAloha