@wordpress/interactivity
Version:
Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.
14 lines (13 loc) • 316 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"emitDeclarationOnly": false,
"types": [ "jest" ]
},
"references": [ { "path": "./tsconfig.json" } ],
"files": [ "src/test/types.ts" ],
"include": [],
"exclude": []
}