Skip to content

Commit

Permalink
feat: Use ts-config for report-flaky-tests package
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Feb 5, 2025
1 parent 69d1ac2 commit d306a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/report-flaky-tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.base.json",
"extends": "@wordpress/ts-config/tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"types": [ "jest" ]
Expand Down

0 comments on commit d306a16

Please sign in to comment.