{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "declarationDir": "build-types", "types": [ "gutenberg-env" ], "checkJs": false }, "references": [ { "path": "../a11y" }, { "path": "../compose" }, { "path": "../data" }, { "path": "../deprecated" }, { "path": "../element" }, { "path": "../escape-html" }, { "path": "../i18n" }, { "path": "../keycodes" } ], "include": [ "src/**/*" ] }