UNPKG

@wordpress/core-data

Version:
29 lines (28 loc) 722 B
{ "$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/**/*" ] }