7 lines
147 B
JSON
7 lines
147 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.base.json",
|
||
|
"compilerOptions": {},
|
||
|
"include": [ ".", "../type-defs/**.ts" ],
|
||
|
"exclude": [ "**/test/**" ]
|
||
|
}
|