aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorEleanor Eng <eleanor_eng@brown.edu>2019-03-12 17:44:11 -0400
committerEleanor Eng <eleanor_eng@brown.edu>2019-03-12 17:44:11 -0400
commit96dc0349945974a5f1c0b1329ec035dcb9dfde0e (patch)
tree2a8bae2138aa0772dd34701443d61f82855662be /tsconfig.json
parent1f038048612e01d0ada6deb9ff2a056cb8d13702 (diff)
parent618e66a5a070f1aac9224bd3f44b76a5ac314bfa (diff)
working submenu; dimensions now relative to vw, vh
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 823fc2732..2b2c69fe1 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,8 +12,12 @@
"es2015"
]
},
- "exclude": [
- "node_modules",
- "static"
+ // "exclude": [
+ // "node_modules",
+ // "static"
+ // ],
+ "typeRoots": [
+ "./node_modules/@types",
+ "./src/typings"
]
} \ No newline at end of file