19 lines
415 B
JSON
19 lines
415 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/",
|
|
"../../utils",
|
|
"../../data/",
|
|
"../../types/",
|
|
"../components",
|
|
"../../blocks/cart-checkout-shared/payment-methods"
|
|
],
|
|
"exclude": [ "**/test/**" ]
|
|
}
|