errors.fyi
community error code reference
errors.fyi
/
typescript
/
TS1054
TS1054
typescript
Constructor Accessor Not Allowed
A `get` or `set` accessor cannot be named `constructor`. Use a regular method instead.
References
https://www.typescriptlang.org/docs/handbook/2/classes.html
โ all namespaces for TS1054