Skip to content

Commit

Permalink
fix(GH-19): Exclude the qodana and test-result folder from in the tsc…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
gavanlamb committed Jun 16, 2024
1 parent ec0c521 commit aca88c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit aca88c8

Please sign in to comment.