diff --git a/packages/report-flaky-tests/tsconfig.json b/packages/report-flaky-tests/tsconfig.json index 26fcd6f5e51c6f..137228adc820e4 100644 --- a/packages/report-flaky-tests/tsconfig.json +++ b/packages/report-flaky-tests/tsconfig.json @@ -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" ]