Erik Müller
Erik Müller
@samchon Thank you. I can confirm that `tsc` works without errors, but the `next build` fails.
@samchon It's an issue related to SWC. Next.js uses SWC to compile the project (TSC is only used for type-checking). When running `bunx swc ./app/types/generated/person.ts` I get the same error:...
@samchon Related to #1435, what do you think is the best way to move forward?
Also having the same issue.