@wordpress/core-data
Version:
Access to and manipulation of core WordPress entities.
26 lines (25 loc) • 636 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"checkJs": false,
"noImplicitAny": false
},
"references": [
{ "path": "../api-fetch" },
{ "path": "../compose" },
{ "path": "../block-editor" },
{ "path": "../data" },
{ "path": "../deprecated" },
{ "path": "../element" },
{ "path": "../html-entities" },
{ "path": "../i18n" },
{ "path": "../is-shallow-equal" },
{ "path": "../private-apis" },
{ "path": "../rich-text" },
{ "path": "../sync" },
{ "path": "../undo-manager" },
{ "path": "../url" },
{ "path": "../warning" }
]
}