Skip to content
JS
Errors

TypeScript errors

TSxxxx compiler errors.

1,407 entries0 written pages
Showing 1,151 to 1,200 of 1,407Source: TypeScript diagnosticMessages.json
CodeError
TS6200Definitions of the following identifiers conflict with those in another file: {0}
TS6202Project references may not form a circular graph. Cycle detected: {0}
TS6205All type parameters are unused.
TS6229Tag '{0}' expects at least '{1}' arguments, but the JSX factory '{2}' provides at most '{3}'.
TS6230Option '{0}' can only be specified in 'tsconfig.json' file or set to 'false' or 'null' on command line.
TS6231Could not resolve the path '{0}' with the extensions: {1}.
TS6232Declaration augments declaration in another file. This cannot be serialized.
TS6233This is the declaration being augmented. Consider moving the augmenting declaration into the same file.
TS6234This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?
TS6236Arguments for the rest parameter '{0}' were not provided.
TS6238Specify the module specifier to be used to import the 'jsx' and 'jsxs' factory functions from. eg, react
TS6258'{0}' should be set inside the 'compilerOptions' object of the config json file
TS6263Module '{0}' was resolved to '{1}', but '--allowArbitraryExtensions' is not set.
TS6266Option '{0}' can only be specified on command line.
TS6304Composite projects may not disable declaration emit.
TS6305Output file '{0}' has not been built from source file '{1}'.
TS6306Referenced project '{0}' must have setting "composite": true.
TS6307File '{0}' is not listed within the file list of project '{1}'. Projects must list all files or use an 'include' pattern.
TS6310Referenced project '{0}' may not disable emit.
TS6369Option '--build' must be the first command line argument.
TS6370Options '{0}' and '{1}' cannot be combined.
TS6377Cannot write file '{0}' because it will overwrite '.tsbuildinfo' file generated by referenced project '{1}'
TS6379Composite projects may not disable incremental compilation.
TS6385'{0}' is deprecated.
TS6387The signature '{0}' of '{1}' is deprecated.
TS6424Multiple 'module.exports' assignments cannot be serialized for declaration emit.
TS6425Nested CommonJS export constructs cannot be serialized for declaration emit.
TS6504File '{0}' is a JavaScript file. Did you mean to enable the 'allowJs' option?
TS6807This operation can be simplified. This shift is identical to `{0} {1} {2}`.
TS6931List of file name suffixes to search when resolving a module.
TS7005Variable '{0}' implicitly has an '{1}' type.
TS7006Parameter '{0}' implicitly has an '{1}' type.
TS7008Member '{0}' implicitly has an '{1}' type.
TS7009'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
TS7010'{0}', which lacks return-type annotation, implicitly has an '{1}' return type.
TS7011Function expression, which lacks return-type annotation, implicitly has an '{0}' return type.
TS7012This overload implicitly returns the type '{0}' because it lacks a return type annotation.
TS7013Construct signature, which lacks return-type annotation, implicitly has an 'any' return type.
TS7014Function type, which lacks return-type annotation, implicitly has an '{0}' return type.
TS7015Element implicitly has an 'any' type because index expression is not of type 'number'.
TS7016Could not find a declaration file for module '{0}'. '{1}' implicitly has an 'any' type.
TS7017Element implicitly has an 'any' type because type '{0}' has no index signature.
TS7018Object literal's property '{0}' implicitly has an '{1}' type.
TS7019Rest parameter '{0}' implicitly has an 'any[]' type.
TS7020Call signature, which lacks return-type annotation, implicitly has an 'any' return type.
TS7022'{0}' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
TS7023'{0}' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one...
TS7024Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in...
TS7025Generator implicitly has yield type '{0}'. Consider supplying a return type annotation.
TS7026JSX element implicitly has type 'any' because no interface 'JSX.{0}' exists.

Other families: JavaScript, Node.js, npm, React, Next.js, Vite, webpack, Jest