nx/e2e/nx-plugin/tsconfig.json
2020-07-16 16:18:00 -04:00

14 lines
206 B
JSON

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