diff --git a/tsconfig.json b/tsconfig.json index 730ef5b..f3ee8a3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,5 @@ "skipLibCheck": true, "newLine": "lf" }, - "exclude": ["./dist", "./node_modules", "./__tests__", "./coverage", "jest.config.ts"] + "exclude": ["./dist", "./node_modules", "./__tests__", "./coverage", "jest.config.ts", "./.qodana", "./test-results"] }