79404055

Date: 2025-01-31 21:45:21
Score: 1
Natty:
Report link

If you see this error while SWITCHING to ESBUILD, you probably have a @angular path in your tsconfig.

REMOVE this option now, and it will fix the issue.

"paths": {
      "@angular/*": ["./node_modules/@angular/*"], <--- DELETE THIS
      ...
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @angular
Posted by: RyanSand20