diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2017-11-07 17:31:04 -0500 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-11-07 17:31:04 -0500 |
commit | 98b6175ef4933e58e58295ff5c3e67f88134c5f7 (patch) | |
tree | 9d59286a330406aa2750c1957b299faca097718a /tsconfig.json | |
parent | 430c42e1c0fe223a61949ead4031e5470086c9ec (diff) | |
download | gitlab-ce-98b6175ef4933e58e58295ff5c3e67f88134c5f7.tar.gz |
Remove comments in JSON.
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json index be66851155d..3a569cf7c19 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" } |