diff --git a/tsconfig.json b/tsconfig.json index b71c8b9..9c83344 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,5 @@ "rootDir": "src", "outDir": "dist" }, - "exclude": ["node_modules", "dist", "tests"] + "exclude": ["node_modules", "dist", "tests", "jest.config.ts"] }