aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index e2538bc39..2b2c69fe1 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -11,5 +11,13 @@
"dom",
"es2015"
]
- }
+ },
+ // "exclude": [
+ // "node_modules",
+ // "static"
+ // ],
+ "typeRoots": [
+ "./node_modules/@types",
+ "./src/typings"
+ ]
} \ No newline at end of file