diff --git a/tsconfig.json b/tsconfig.json index 5d766ab..93cff05 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,9 @@ "lib": [ "es2019","es2019.array" ], + "typeRoots": [ + "./node_modules/@types" + ], "resolveJsonModule": true, }, "include": [