diff --git a/tsconfig.json b/tsconfig.json index 56588a4..efb425e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,9 +25,10 @@ } }, "include": [ - "./index.d.ts", - "./test/**/*.ts", - "./src/**/*.ts" + "index.d.ts", + "test/**/*.ts", + "src/**/*.ts", + "jest.config.*" ], "exclude": [ "node_modules",