woocommerce/plugins/woocommerce-blocks/assets/js/base/context/hooks/tsconfig.json

10 lines
178 B
JSON

{
"extends": "../../../../../tsconfig.base.json",
"compilerOptions": {},
"include": [
".",
"../../../../../packages/checkout/index.js",
],
"exclude": [ "**/test/**" ]
}