Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-11-08 01:31:04 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-11-08 01:31:04 +0300
commit98b6175ef4933e58e58295ff5c3e67f88134c5f7 (patch)
tree9d59286a330406aa2750c1957b299faca097718a /tsconfig.json
parent430c42e1c0fe223a61949ead4031e5470086c9ec (diff)
Remove comments in JSON.
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
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"
}