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>2017-06-29 12:24:34 +0300
committerJoao Moreno <jomo@microsoft.com>2017-06-29 12:24:44 +0300
commit9e04762e4022b5fcbde8ce735dc7a769f3c723f0 (patch)
treea8233425f1dbadad87370ffb57175669ad079b36 /src/tsconfig.json
parent7b4d50481148ced2e6bf0008a6fb235210130e6d (diff)
fixes #29839
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
index 0784a90d847..ed888ce8a0f 100644
--- a/src/tsconfig.json
+++ b/src/tsconfig.json
@@ -12,8 +12,7 @@
"noImplicitReturns": true,
"baseUrl": ".",
"typeRoots": [
- "typings",
- "../node_modules/@types"
+ "typings"
]
}
-}
+} \ No newline at end of file