TS2775TS2775 — Assertions Require Every Name to Have Explicit Type Annotation
A type assertion function requires all parameter types to be explicitly annotated.
TS5075A compiler option requires a specific moduleResolution setting to be used.
Certain tsconfig options like paths, baseUrl, or rootDirs require specific moduleResolution settings. The current moduleResolution does not support the option you are trying to use.
Set moduleResolution to a compatible value in tsconfig.json. Common values are node, node16, bundler, or classic. Check the documentation for the required moduleResolution for your option.
TS2775A type assertion function requires all parameter types to be explicitly annotated.
TS1056Getter/setter accessors require a higher ECMAScript target version.
TS2705An async function requires a higher ECMAScript target to compile.
TS6133A variable, import, or parameter is declared but its value is never read.
TS2503TypeScript cannot find a namespace with the specified name.
TS2344A type argument does not meet the constraint specified by the generic type parameter.