diff --git a/tsconfig.json b/tsconfig.json index 39476f3dd1..248e3b5e98 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,6 +25,7 @@ //"strict": true, "noImplicitThis": true, "noUnusedLocals": true, - "noUnusedParameters": true + "noUnusedParameters": true, + "typeRoots": ["./node_modules/@types"] } }