diff --git a/tsconfig.json b/tsconfig.json index f8ef235..3d5d02a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "outDir": "./lib", "rootDir": ".", "declaration": true, + "typeRoots": ["src/@types", "node_modules/@types"], "lib": ["es2019", "dom"], "types": ["jest", "node"], "strict": true