diff --git a/common/web/es-bundling/tsconfig.json b/common/web/es-bundling/tsconfig.json index e3076e3e12..54c922e1bd 100644 --- a/common/web/es-bundling/tsconfig.json +++ b/common/web/es-bundling/tsconfig.json @@ -1,8 +1,6 @@ { "extends": "../../../tsconfig.base.json", "compilerOptions": { - // Primary settings - the version of ES6 we can target in TS, our downcompile target, - // and our module-related settings. "allowSyntheticDefaultImports": true, "baseUrl": "./", "outDir": "build/",