There was an error while loading. Please reload this page.
onUnsupportedTypeScriptVersion
1 parent b598bfe commit 9d72807Copy full SHA for 9d72807
1 file changed
src/language-js/parse/typescript.js
@@ -26,6 +26,7 @@ const baseParseOptions = {
26
project: false,
27
jsDocParsingMode: "none",
28
suppressDeprecatedPropertyWarnings: process.env.NODE_ENV === "production",
29
+ onUnsupportedTypeScriptVersion: "ignore",
30
};
31
32
function createParseError(error) {
0 commit comments