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:
authorMatt Bierner <matb@microsoft.com>2017-02-28 01:46:55 +0300
committerGitHub <noreply@github.com>2017-02-28 01:46:55 +0300
commit58d31e5ac2058089c919a6ae49211cbaba380696 (patch)
tree6de2aab6e71dd4f7ae09c0402ef6dbeefcd524ec /src/tsconfig.json
parentaa694195b69fb3431e3d93e769da601fb20765ed (diff)
Add base url to tsconfig.json (#21327)
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
index 591cc3aa99d..0784a90d847 100644
--- a/src/tsconfig.json
+++ b/src/tsconfig.json
@@ -10,6 +10,7 @@
"experimentalDecorators": true,
"declaration": true,
"noImplicitReturns": true,
+ "baseUrl": ".",
"typeRoots": [
"typings",
"../node_modules/@types"