Bad TypeScript Habits To Get Rid of

Don’t use strict mode

Determining default values with ||

Using any as type

val as SomeType

as any in tests

Optional properties

One letter generics