| commit | cedffeca6ea3cabc282b753c62a849ca273dfb42 | [log] [tgz] |
|---|---|---|
| author | bravof <fbravo@whitestack.com> | Wed May 05 16:50:46 2021 -0400 |
| committer | bravof <fbravo@whitestack.com> | Thu May 06 09:49:09 2021 -0400 |
| tree | c43e171712ed691d675735e667e20d5b990b3553 | |
| parent | 86e497d0af9d5574ea0769a3bbcd0490f2168b0b [diff] [blame] |
bug(chartjs/zonejs): dependency conflict while creating new container Change-Id: I86db7b06a315581bc792a17a3ad81334e5d290d1 Signed-off-by: bravof <fbravo@whitestack.com>
diff --git a/tsconfig.json b/tsconfig.json index 4ca53c1..6397742 100644 --- a/tsconfig.json +++ b/tsconfig.json
@@ -13,6 +13,9 @@ "experimentalDecorators": true, "importHelpers": true, "target": "es5", + "types": [ + "node" + ], "typeRoots": [ "node_modules/@types" ],