11 lines
172 B
JSON
11 lines
172 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"allowImportingTsExtensions": true,
|
||
|
"isolatedDeclarations": false
|
||
|
},
|
||
|
"include": [
|
||
|
"./tests"
|
||
|
]
|
||
|
}
|