13 lines
342 B
JSON
13 lines
342 B
JSON
{
|
|
"extends": "../../../../../tsconfig.base.json",
|
|
"compilerOptions": {},
|
|
"include": [
|
|
".",
|
|
"../../../../../packages/checkout/index.js",
|
|
"../providers/cart-checkout/checkout-events/index.tsx",
|
|
"../providers/cart-checkout/payment-events/index.tsx",
|
|
"../providers/cart-checkout/shipping/index.js"
|
|
],
|
|
"exclude": [ "**/test/**" ]
|
|
}
|