diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-02-23 16:19:45 -0500 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-02-23 16:19:45 -0500 |
| commit | 07f5e56508c362725db003736a0f7980cd72107d (patch) | |
| tree | 697242d7468203c46a5847cef2d24bd0d4001968 /tsconfig.json | |
| parent | 5b55e1b6081393989ca35d2964da9604c2a93802 (diff) | |
PDFNode
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
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" ] } |
