woocommerce/plugins/woocommerce-blocks/assets/js/base/components/tsconfig.json

19 lines
382 B
JSON

{
"extends": "../../../../tsconfig.base.json",
"compilerOptions": {},
"include": [
".",
"../../types",
"../../../../storybook",
"../../../../packages/prices",
"../../../../packages/checkout",
"../context",
"../../type-defs",
"../hocs",
"../../atomic/utils",
"../../atomic/blocks/component-init.js",
"../../shared/context"
],
"exclude": [ "**/test/**" ]
}