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:
authorDirk Baeumer <dirkb@microsoft.com>2016-06-17 20:03:04 +0300
committerDirk Baeumer <dirkb@microsoft.com>2016-06-17 20:03:04 +0300
commita4aeaa1d6748ac4a39f4a617f029f7824dc1a054 (patch)
tree3d745ba364e2e39c939d526f7c9dae3f2474e839 /src/tsconfig.json
parentfaf853a232f6bf0111096dfb8bd8dceba143717a (diff)
TypeScript builder adoption
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
index cd43795b89a..670d075f9a1 100644
--- a/src/tsconfig.json
+++ b/src/tsconfig.json
@@ -1,4 +1,5 @@
{
+ "autoDiagnostics": true,
"compilerOptions": {
"module": "amd",
"noImplicitAny": false,
@@ -6,6 +7,7 @@
"preserveConstEnums": true,
"target": "es5",
"sourceMap": false,
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "declaration": true
}
} \ No newline at end of file