19 lines
382 B
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/**" ]
|
|
}
|