diff --git a/src/tsconfig.json b/src/tsconfig.json index 0784a90d847..ed888ce8a0f 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -12,8 +12,7 @@ "noImplicitReturns": true, "baseUrl": ".", "typeRoots": [ - "typings", - "../node_modules/@types" + "typings" ] } -} +} \ No newline at end of file