2021-02-26 11:57:49 +00:00
|
|
|
{
|
2021-03-09 10:55:24 +00:00
|
|
|
"extends": "../../../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {},
|
2021-04-08 12:31:12 +00:00
|
|
|
"include": [ ".", "../../../../packages/prices", "../context/hooks" ],
|
2021-03-09 10:55:24 +00:00
|
|
|
"exclude": [ "**/test/**" ]
|
2021-02-26 11:57:49 +00:00
|
|
|
}
|