diff --git a/static/js/tsconfig.json b/static/js/tsconfig.json index cd5984b36d..fd9e9b0c40 100644 --- a/static/js/tsconfig.json +++ b/static/js/tsconfig.json @@ -10,16 +10,11 @@ "noEmit": true, "target": "es5", "module": "es6", - "jsx": "preserve", "sourceMap": true, - "removeComments": false, /* Strict type-checking */ "strict": true, - "noImplicitAny": true, "strictNullChecks": false, - "noImplicitThis": true, - "alwaysStrict": true, /* Additional checks */ "noUnusedLocals": true,