TS1149: File name '/node_modules/@types/koa/index.d.ts' differs from already included file name '/node_modules/@types/Koa/index.d.ts' only in casing.
Imported via "Koa" from file '/node_modules/@koa-better-modules/joi-router/joi-router.d.ts' with packageId '@types/koa/index.d.ts@2.13.6'
Replacing Koa with koa in /node_modules/@koa-better-modules/joi-router/joi-router.d.ts fixes this error. I have forceConsistentCasingInFileNames enabled in my tsconfig.
I'm getting the following error:
Replacing
Koa
withkoa
in/node_modules/@koa-better-modules/joi-router/joi-router.d.ts
fixes this error. I haveforceConsistentCasingInFileNames
enabled in my tsconfig.