another attempt to get build step working #21
Annotations
10 errors
Run pnpm tsc:
apps/backend/src/index.ts#L2
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './app.js'?
|
Run pnpm tsc:
apps/backend/src/index.ts#L3
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './server.js'?
|
Run pnpm tsc:
apps/frontend/src/app/layout.tsx#L27
Cannot use JSX unless the '--jsx' flag is provided.
|
Run pnpm tsc:
apps/frontend/src/app/layout.tsx#L28
Cannot use JSX unless the '--jsx' flag is provided.
|
Run pnpm tsc:
apps/frontend/src/app/page.tsx#L6
Cannot use JSX unless the '--jsx' flag is provided.
|
Run pnpm tsc:
apps/frontend/src/app/page.tsx#L7
Cannot use JSX unless the '--jsx' flag is provided.
|
Run pnpm tsc:
apps/frontend/src/app/page.tsx#L8
Cannot use JSX unless the '--jsx' flag is provided.
|
Run pnpm tsc:
apps/frontend/src/app/page.tsx#L16
Cannot use JSX unless the '--jsx' flag is provided.
|
Run pnpm tsc:
apps/frontend/src/app/page.tsx#L17
Cannot use JSX unless the '--jsx' flag is provided.
|
Run pnpm tsc:
apps/frontend/src/app/page.tsx#L18
Cannot use JSX unless the '--jsx' flag is provided.
|
Loading