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:
authorAlex Dima <alexdima@microsoft.com>2018-10-17 17:39:38 +0300
committerAlex Dima <alexdima@microsoft.com>2018-10-17 17:54:45 +0300
commit238440b738a0e49115467afd33c805979ae7b783 (patch)
tree2b514b72f74e8d2459e836df9e57e0c9e490df74 /src/tsconfig.json
parent48adb204e93813fc648ebf6fea6ee591b306e2a2 (diff)
Change how monaco.d.ts is generated:
- do not use the .d.ts files coming in from gulp-tsb - remove the generation of .d.ts files - run before compilation starts - install file watchers directly
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
index 6f552e5ca05..4b9f4170455 100644
--- a/src/tsconfig.json
+++ b/src/tsconfig.json
@@ -4,7 +4,6 @@
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": false,
- "declaration": true,
"outDir": "../out"
},
"include": [