Table [in HTML Embed]

Option Description
noImplicitAny When enabled, the compiler will warn you about variables that are inferred with the any type. You’ll then have to explicitly annotate them with any if you have a reason to do so.
noImplicitReturns When enabled, the compiler will check all code paths in a function to ensure they return a value.
noUnusedLocals When enabled, the compiler will report unused local variables.
noUnusedParameters When enabled, the compiler will report unused parameters

Table [Embed in RTE]

Option Description
noImplicitAny When enabled, the compiler will warn you about variables that are inferred with the any type. You’ll then have to explicitly annotate them with any if you have a reason to do so.
noImplicitReturns When enabled, the compiler will check all code paths in a function to ensure they return a value.
noUnusedLocals When enabled, the compiler will report unused local variables.
noUnusedParameters When enabled, the compiler will report unused parameters

Table [Embed in CMS RTE]

Option Description
noImplicitAny When enabled, the compiler will warn you about variables that are inferred with the any type. You’ll then have to explicitly annotate them with any if you have a reason to do so.
noImplicitReturns When enabled, the compiler will check all code paths in a function to ensure they return a value.
noUnusedLocals When enabled, the compiler will report unused local variables.
noUnusedParameters When enabled, the compiler will report unused parameters