aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-03-09 19:29:59 -0500
committerMonika Hedman <monika_hedman@brown.edu>2019-03-09 19:29:59 -0500
commit2e0728eee32c491a5daa309684d727a2a560cbd4 (patch)
tree8d866759fab7a2042cf47c8db0b6836976755ca2 /tsconfig.json
parent1183f65cea62078cfa1df615da20b72f5b60433e (diff)
parent74f216770159ba405c0063f20a62769e48c89691 (diff)
merged with master
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