Roman Veselý Software Engineer from Slovakia. Somewhere between trees and bytes of code.

Log #0014

Is your project compiled from TypeScript? Are you too strict? If so, you may like --strict compiler option. It’s a shorthand for enabling all (currently 7) strict type-checking options. You can always turn off individual options if needed.