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

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2018-08-16 10:20:40 +0300
committersualko <klaus@jsxc.org>2018-08-16 10:20:40 +0300
commitca6e409b5a8fbb9cbf028e683acc87a7359d2ef8 (patch)
tree1d961399c294f024a145da8ad8410711ad9f7bd8 /tsconfig.json
parentda942ba21b2953a8301952e69569c1bc97e58dd8 (diff)
update tsconfig
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a74ec893..751b6a15 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,7 +2,7 @@
"allowSyntheticDefaultImports": true,
"allowJs": true,
"compilerOptions": {
- "baseUrl": ".",
+ "baseUrl": "src",
"paths": {
"emojione": ["lib/emojione/lib/js/emojione.js"],
"strophe.js": ["node_modules/strophe.js/strophe.js"]
@@ -10,7 +10,7 @@
"module": "commonjs",
"outDir": "./dist",
"target": "es5",
- "lib": ["DOM", "ES2015", "ES2015.Promise", "ES5", "ScriptHost"]
+ "lib": ["dom", "es2015", "es2015.promise", "es5"]
},
"include": [
"./src/**/*.ts",