Getting Error ``ts(1261)``
KiddoV opened this issue · 0 comments
KiddoV commented
I am getting this error in VSCode when importing Mustache
:
Already included file name 'c:/.../frontend/node_modules/@types/mustache/index.d.ts' differs from file name 'c:/.../frontend/node_modules/@types/Mustache/index.d.ts' only in casing.
The file is in the program because:
Imported via 'mustache' from file 'c:/.../frontend/src/routes/aoi-file-converter.svelte' with packageId '@types/mustache/index.d.ts@4.2.2'
Root file specified for compilationts(1261)
Everything seem to works, but this error is annoying me.
Any idea how to fix this issue?
Thanks in advance!