diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-03-09 19:43:39 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-03-09 19:43:39 -0500 |
| commit | aa940317263f8425e4bebb2b155b6d5e8543a022 (patch) | |
| tree | 2bdf674176eda3a42b214ea274926bc8dced4871 /tsconfig.json | |
| parent | 604c79c214ac37059346139024aa199bb47cd877 (diff) | |
| parent | 74f216770159ba405c0063f20a62769e48c89691 (diff) | |
mer con
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 10 |
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 |
