aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAndrew Kim <andrewdkim@users.noreply.github.com>2019-02-23 16:19:45 -0500
committerAndrew Kim <andrewdkim@users.noreply.github.com>2019-02-23 16:19:45 -0500
commit07f5e56508c362725db003736a0f7980cd72107d (patch)
tree697242d7468203c46a5847cef2d24bd0d4001968 /tsconfig.json
parent5b55e1b6081393989ca35d2964da9604c2a93802 (diff)
PDFNode
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 265ce4403..2dd189740 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,5 +12,9 @@
"exclude": [
"node_modules",
"static"
+ ],
+ "typeRoots": [
+ "./node_modules/@types",
+ "./src/typings"
]
}