Type alias StrictCompilerOption

StrictCompilerOption: "alwaysStrict" | "noImplicitAny" | "noImplicitThis" | "strictBindCallApply" | "strictFunctionTypes" | "strictNullChecks" | "strictPropertyInitialization"

An option that can be tested with isStrictCompilerOptionEnabled.