TS error: Already included file name on file with customs extension.
but NO ERROR on build process.
Already included file name 'file:///Users/pro/Documents/deno/app/index/index.handler.ts' differs from file name 'file:///Users/pro/Documents/deno/app/index/index.Handler.ts' only in casing.
The file is in the program because:
Root file specified for compilation Imported via "./index.handler.ts" from file 'file:///Users/pro/Documents/deno/app/index/mod.ts' Root file specified for compilationdeno-ts(1261)
To Reproduce
Just rename [file-name].ts with [file-name].[additional-extension].ts
I have a similar issue. I resolved mine by disabling the extension and re-enabling it. Seems to be some sort of file name caching issue in deno/deno extension.
TS error:
Already included file name
on file with customs extension.but NO ERROR on build process.
To Reproduce
[file-name].ts
with[file-name].[additional-extension].ts
Expected behavior
Screenshots
Versions