@wordpress/interactivity-router
Version:
Package that exposes state and actions from the `core/router` store, part of the Interactivity API.
22 lines (21 loc) • 446 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"allowJs": false,
"checkJs": false,
"strict": false
},
"references": [ { "path": "../a11y" }, { "path": "../interactivity" } ],
"exclude": [
"**/*.android.js",
"**/*.ios.js",
"**/*.native.js",
"**/benchmark",
"build-*/**",
"build/**",
"**/test/**",
"**/react-native-*/**",
"src/full-page.ts"
]
}