Skip to content

Commit

Permalink
fix(nx-plugin): remove broken reference to e2e tsconfig (#9409)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioragutt committed Mar 21, 2022
1 parent 3d573b3 commit 63e1dee
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -2,9 +2,5 @@
"extends": "<%= rootTsConfigPath %>",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.e2e.json"
}
]
"references": []
}

0 comments on commit 63e1dee

Please sign in to comment.