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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Moreno <jomo@microsoft.com>2016-03-07 14:52:53 +0300
committerJoao Moreno <jomo@microsoft.com>2016-03-07 14:56:32 +0300
commitb027a0c4928db5b3950740fdbbc6219858b17097 (patch)
tree0a95d9a0abe72a728f890af0254d1efeb06b8a97 /src/tsconfig.json
parent9a3156679028e4afdd717cde895b541ea9159d9f (diff)
fix up lint errors, cleanup build folder
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
index 2b9d5709ec0..7a144056295 100644
--- a/src/tsconfig.json
+++ b/src/tsconfig.json
@@ -4,7 +4,7 @@
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": true,
- "target": "ES5",
+ "target": "es5",
"sourceMap": false,
"experimentalDecorators": true
},