Skip to content

Commit

Permalink
Add wordpress/date to fields tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Nov 13, 2024
1 parent 544bf3e commit 2686139
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions packages/fields/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,25 @@
},
"references": [
{ "path": "../api-fetch" },
{ "path": "../blob" },
{ "path": "../components" },
{ "path": "../compose" },
{ "path": "../core-data" },
{ "path": "../data" },
{ "path": "../dataviews" },
{ "path": "../date" },
{ "path": "../element" },
{ "path": "../hooks" },
{ "path": "../html-entities" },
{ "path": "../i18n" },
{ "path": "../icons" },
{ "path": "../media-utils" },
{ "path": "../notices" },
{ "path": "../primitives" },
{ "path": "../private-apis" },
{ "path": "../warning" },
{ "path": "../router" },
{ "path": "../url" },
{ "path": "../notices" },
{ "path": "../dataviews" },
{ "path": "../blob" },
{ "path": "../core-data" },
{ "path": "../hooks" },
{ "path": "../html-entities" },
{ "path": "../media-utils" },
{ "path": "../router" }
{ "path": "../warning" }
],
"include": [ "src" ]
}

0 comments on commit 2686139

Please sign in to comment.