-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingThe issue relates to error messaging
Milestone
Description
Using https://github.com/atrauzzi/gerty on the branch hashi-gerty
.
Basically anything that tries to do typescript gets a bunch of errors about not finding type definitions I never reference in any of my source files.
(For the simplest example, I do a yarn install
and then ./node_modules/.bin/ts-node
.)
PS C:\Users\atrauzzi\Development\atrauzzi\gerty> .\node_modules\.bin\ts-node
> console.log('hi');
error TS2688: Cannot find type definition file for '.github'.
error TS2688: Cannot find type definition file for 'build'.
error TS2688: Cannot find type definition file for 'examples'.
error TS2688: Cannot find type definition file for 'scripts'.
error TS2688: Cannot find type definition file for 'src'.
error TS2688: Cannot find type definition file for 'website'.
undefined
>
Apologies, I have searched for this, but wasn't able to find anything relevant or within the last few months.
What is happening and why am I getting these weird errors? Is there any way they can be improved if it is in fact something that I've done wrong?
PaulAnnekov, tareqdayya, GiovanniFerrara, andriyor, rehman-00001 and 42 more
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingThe issue relates to error messaging