aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-03-10 22:47:11 -0400
committerHannah Chow <hannah_chow@brown.edu>2019-03-10 22:47:11 -0400
commitce0d749c291609b7acca6db490bfcc131cf3996d (patch)
treeb7c6e6c1dbfb1424790d496d6f1e1520bfac7798 /tsconfig.json
parent018d92a8a49e7e1a3a41ae87e24a9a8ba60619d6 (diff)
parent845a7989a6ff66b1c922d1f7f69c7560b6783dd8 (diff)
mergging
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