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
Original file line number
Diff line number
Diff line change
@@ -3778,6 +3778,11 @@
3778
3778
"category": "Error",
3779
3779
"code": 4123
3780
3780
},
3781
+
"Compiler option '{0}' of value '{1}' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'.": {
3782
+
"category": "Error",
3783
+
"code": 4124
3784
+
},
3785
+
3781
3786
"The current host does not support the '{0}' option.": {
0 commit comments