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
error TS2688: Cannot find type definition file for 'foo'.
2
+
The file is in the program because:
3
+
Entry point for implicit type library 'foo'
4
+
/app.ts(1,30): error TS2792: Cannot find module 'foo'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
5
+
/app.ts(2,29): error TS2792: Cannot find module 'foo'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
6
+
/app.ts(3,30): error TS2792: Cannot find module 'foo'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
7
+
8
+
9
+
!!! error TS2688: Cannot find type definition file for 'foo'.
10
+
!!! error TS2688: The file is in the program because:
11
+
!!! error TS2688: Entry point for implicit type library 'foo'
0 commit comments