From 0eb146d60ceaed41fbc6fea6f09dc845bf03d170 Mon Sep 17 00:00:00 2001 From: Joshua Horton Date: Wed, 20 Dec 2023 09:56:31 +0700 Subject: [PATCH] chore(web): removes new, improperly-placed comment --- common/web/es-bundling/tsconfig.json | 2 -- 1 file changed, 2 deletions(-) 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/",