diff --git a/tsconfig.json b/tsconfig.json index 93f9dca..26045ad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "moduleResolution": "node", "outDir": "./bin/", "strictNullChecks": true, - "target": "esnext" + "target": "esnext", + "typeRoots": ["./node_modules/@types", "./types"] }, "include": ["./src/"], "exclude": ["./src/**/*.test.ts"]