fix(nx-plugin): remove broken reference to e2e tsconfig (#9409)

This commit is contained in:
Giora Guttsait 2022-03-21 15:33:07 +02:00 committed by GitHub
parent 3d573b3606
commit 63e1dee09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,5 @@
"extends": "<%= rootTsConfigPath %>",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.e2e.json"
}
]
"references": []
}