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-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2620,7 +2620,10 @@
2620
2620
"category": "Message",
2621
2621
"code": 6112
2622
2622
},
2623
-
2623
+
"Disable the upper limit for the total file size of a project.": {
2624
+
"category": "Message",
2625
+
"code": 6113
2626
+
},
2624
2627
"Variable '{0}' implicitly has an '{1}' type.": {
2625
2628
"category": "Error",
2626
2629
"code": 7005
@@ -2825,7 +2828,7 @@
2825
2828
"category": "Error",
2826
2829
"code": 17010
2827
2830
},
2828
-
"Too many javascript files in the project. Consider add to the `exclude` list in the config file.": {
2831
+
"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'": {
0 commit comments