UNPKG

@wordpress/compose

Version:
20 lines (19 loc) 478 B
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "declarationDir": "build-types", "types": [ "gutenberg-env" ] }, "references": [ { "path": "../deprecated" }, { "path": "../dom" }, { "path": "../element" }, { "path": "../is-shallow-equal" }, { "path": "../keycodes" }, { "path": "../priority-queue" }, { "path": "../undo-manager" } ], "include": [ "src/**/*" ] }