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
+8
Original file line number
Diff line number
Diff line change
@@ -2458,6 +2458,10 @@
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
+
},
2461
2465
"Variable '{0}' implicitly has an '{1}' type.": {
2462
2466
"category": "Error",
2463
2467
"code": 7005
@@ -2661,5 +2665,9 @@
2661
2665
"Unknown typing option '{0}'.": {
2662
2666
"category": "Error",
2663
2667
"code": 17010
2668
+
},
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'": {
0 commit comments