You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After npm install, use npm run build (or npx tsc --build src/server).
Expected behavior:
Compile without error.
Actual behavior:
Results in error:
src/server/main.ts:2:26 - error TS1149: File name 'C:/z/github/nicojs/typescript-3-build-demo/src/shared/Customer.ts' differs from already included file name 'C:/z/github/nicojs/typescript-3-build-demo/dist/shared/Customer.d.ts' only in casing.
Related Issues: None that I could find that address this issue.