18 lines
275 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": ["node", "jest"],
"strict": true
},
"include": [],
"files": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}