nx/e2e/storybook-angular/tsconfig.json
2022-06-20 16:21:12 +01:00

14 lines
206 B
JSON

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