diff --git a/tsconfig.json b/tsconfig.json index 95c37d168..84a65ecd5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,10 @@ "@components/*": ["components/*"], "@directives/*": ["directives/*"], "@pipes/*": ["pipes/*"] - } + }, + "typeRoots": [ + "node_modules/@types" + ] }, "include": [ "src/**/*.ts"