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
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2458,10 +2458,6 @@
2458
2458
"category": "Message",
2459
2459
"code": 6112
2460
2460
},
2461
-
"Disable the upper limit for the total file size of a project.": {
2462
-
"category": "Message",
2463
-
"code": 6113
2464
-
},
2465
2461
"Variable '{0}' implicitly has an '{1}' type.": {
2466
2462
"category": "Error",
2467
2463
"code": 7005
@@ -2666,7 +2662,7 @@
2666
2662
"category": "Error",
2667
2663
"code": 17010
2668
2664
},
2669
-
"Too many JavaScript files in the project. Use an exact 'files' list, or use the 'exclude' setting in project configuration to limit included source folders. The likely folder to exclude is '{0}'. To disable the project size limit, set the 'disableSizeLimit' compiler option to 'true'": {
2665
+
"Too many JavaScript files in the project. Consider specifying the 'exclude' setting in project configuration to limit included source folders. The likely folder to exclude is '{0}'. To disable the project size limit, set the 'disableSizeLimit' compiler option to 'true'.": {
0 commit comments