diff --git a/tsconfig.json b/tsconfig.json index bf10a2398..49abe30bc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,10 @@ "sourceMap": true, "outDir": "./dist", "baseUrl": "./", - "incremental": true + "incremental": true, + "typeRoots": [ + "./types", + "./node_modules/@types" + ] } }