18 lines
504 B
JSON
18 lines
504 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {},
|
|
"include": [
|
|
".",
|
|
"../types/type-defs/**.ts",
|
|
"../mapped-types.ts",
|
|
"../settings/shared/index.js",
|
|
"../settings/blocks/index.js",
|
|
"../base/context/providers/cart-checkout/payment-methods/**.ts",
|
|
"../utils/notices.ts",
|
|
"../base/context/providers/cart-checkout/checkout-events/**.ts",
|
|
"../base/context/event-emit",
|
|
"../base/context/providers/cart-checkout/checkout-state/utils.ts"
|
|
],
|
|
"exclude": [ "**/test/**" ]
|
|
}
|