TS2331: 'this' cannot be referenced in a module or namespace body
TS2329: Index signature for type '{0}' is missing in type '{1}'
TS1437: Namespace must be given a name
TS1413: File is output from referenced project specified here
TS2206: The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement
TS1473: An import declaration can only be used at the top level of a module
TS2332: 'this' cannot be referenced in current location
TS2329: Index signature for type '{0}' is missing in type '{1}'
TS2314: Generic type '{0}' requires {1} type argument(s)
TS2313: Type parameter '{0}' has a circular constraint
TS1421: Entry point for implicit type library '{0}' with packageId '{1}'
TS1439: Type alias must be given a name
TS1436: Decorators must precede the name and all keywords of property declarations
TS1378: Top-level 'await' expressions are only allowed when the
TS1357: An enum member name must be followed by a ',', '=', or '}'
TS1346: This parameter is not allowed with 'use strict' directive
TS1340: Module '{0}' does not refer to a type, but is used as a type here. Did you mean 'typeof import('{0}')'?
TS1338: 'infer' declarations are only permitted in the 'extends' clause of a conditional type
TS1325: Argument of dynamic import cannot be spread element
TS1320: Type of 'await' operand must either be a valid promise or must not contain a callable 'then' member
TS1262: Identifier expected. '{0}' is a reserved word at the top-level of a module
TS1261: Already included file name '{0}' differs from file name '{1}' only in casing