@wordpress/core-data
Version:
Access to and manipulation of core WordPress entities.
29 lines (28 loc) • 722 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types",
"noUnusedParameters": false,
"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" }
],
"include": [ "src/**/*" ]
}