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

17 lines
343 B
JSON

{
"extends": "../../../../tsconfig.base.json",
"compilerOptions": {},
"include": [
".",
"../../blocks-registry/index.js",
"../../settings/shared/index.ts",
"../../settings/blocks/index.ts",
"../../base/hooks/index.js",
"../../base/utils/",
"../../data/",
"../../types/",
"../components"
],
"exclude": [ "**/test/**" ]
}