@wordpress/components
Version:
UI components for WordPress.
41 lines (40 loc) • 1.05 kB
JSON
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": [
"gutenberg-env",
"gutenberg-test-env",
"jest",
"@testing-library/jest-dom"
]
},
"references": [
{ "path": "../a11y" },
{ "path": "../compose" },
{ "path": "../date" },
{ "path": "../deprecated" },
{ "path": "../dom" },
{ "path": "../element" },
{ "path": "../escape-html" },
{ "path": "../hooks" },
{ "path": "../html-entities" },
{ "path": "../i18n" },
{ "path": "../icons" },
{ "path": "../is-shallow-equal" },
{ "path": "../keycodes" },
{ "path": "../primitives" },
{ "path": "../private-apis" },
{ "path": "../react-i18n" },
{ "path": "../rich-text" },
{ "path": "../warning" }
],
"exclude": [
"src/**/*.android.js",
"src/**/*.ios.js",
"src/**/*.native.js",
"src/**/react-native-*",
"src/**/stories/**/*.js", // only exclude js files, tsx files should be checked
"src/**/test/**/*.js" // only exclude js files, ts{x} files should be checked
]
}