diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-05 22:25:44 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-05 22:25:44 -0500 |
| commit | 2df0503edefde20ba1b3c46c16788effb0a7560c (patch) | |
| tree | bac31bc2356e7de4aa1df43b382eb8c957ce969f /tsconfig.json | |
| parent | ea855ecda2c3df9e5d0881d43e2fdbceb9dccafc (diff) | |
| parent | 6d8dfee38bd39b95396cbc97405516693116b58f (diff) | |
merge
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 803245ca6..b06cec79f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,8 @@ "es2015" ], "typeRoots": [ - "node_modules/@types" + "node_modules/@types", + "./src/typings" ], "types": [ "youtube" |
