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>2017-08-27 16:24:14 +0300
committersualko <klaus@jsxc.org>2017-08-27 16:24:14 +0300
commitb4067fe9ca7bbd2ad886d19285811997fefca4fe (patch)
tree59042903922400ba40263fa86a1f2098008e507b /tsconfig.json
parent34b7888da69a7ef54b4a303bf2e13a388a1b46f6 (diff)
add plugin interface and OTR plugin
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index e90d6364..1d8b71b7 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,7 +14,8 @@
"include": [
"./src/**/*.ts",
"./template/*.hbs",
- "./*.d.ts"
+ "./*.d.ts",
+ "./test/**/*.ts"
],
"exclude": [
"node_modules",