This is a bit of a misnomer, hence it running on the nightly tests. It uses _only_ the published versions of `@nrwl/*` packages on npmjs registry, due to a limitation with verdaccio, where it only looks at the local registry for `@nrwl/*` packages.
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "jest"]
|
|
},
|
|
"include": [],
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
]
|
|
}
|