Skip to content

Commit

Permalink
Dom: Add missing reference to @wordpress/deprecated in TS config
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Sep 20, 2022
1 parent 9881949 commit c9b1d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dom/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"declarationDir": "build-types",
"types": [ "gutenberg-env" ]
},
"include": [ "src/**/*" ]
"include": [ "src/**/*" ],
"references": [ { "path": "../deprecated" } ]
}

0 comments on commit c9b1d88

Please sign in to comment.