Skip to content

Commit

Permalink
fix(nx-plugin): remove redundant reference to e2e tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gioragutt committed Mar 19, 2022
1 parent 615bd73 commit 762a4bf
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 762a4bf

Please sign in to comment.