Skip to content

Commit

Permalink
feat: Use ts-config for priority-queue package
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Feb 5, 2025
1 parent eb2d3af commit 69d1ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/priority-queue/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": {
"types": [ "requestidlecallback" ]
}
Expand Down

0 comments on commit 69d1ac2

Please sign in to comment.