diff --git a/tsconfig.json b/tsconfig.json
index be66851155dc6f5cdc0c72402935ff9981b5ee07..3a569cf7c192a1ea09ee70c9c887619c83d35019 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,10 +1,7 @@
 {
   "compilerOptions": {
-    // this aligns with Vue's browser support
     "target": "es5",
-    // this enables stricter inference for data properties on `this`
     "strict": true,
-    // if using webpack 2+ or rollup, to leverage tree shaking:
     "module": "es2015",
     "moduleResolution": "node"
   }