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
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3636,7 +3636,7 @@
3636
3636
"category": "Message",
3637
3637
"code": 6353
3638
3638
},
3639
-
3639
+
3640
3640
"Project '{0}' is up to date with .d.ts files from its dependencies": {
3641
3641
"category": "Message",
3642
3642
"code": 6354
@@ -3836,6 +3836,10 @@
3836
3836
"category": "Error",
3837
3837
"code": 7039
3838
3838
},
3839
+
"If the '{0}' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{0}`": {
0 commit comments