diff --git a/client/.babelrc b/client/.babelrc index 6e534b57b7d..68cee27920c 100644 --- a/client/.babelrc +++ b/client/.babelrc @@ -62,7 +62,9 @@ "mathml", "python", "svg", - "xml" + "xml", + "sql", + "typescript" ], "theme": "default", "css": true,