Skip to content

Commit

Permalink
fix(nx-plugin): fix server tests and tsConfigPaths not being recogniz…
Browse files Browse the repository at this point in the history
…ed (#804)
  • Loading branch information
jeremyhofer authored Dec 16, 2023
1 parent 1c4f3fb commit eda802b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "<%= offsetFromRoot %>tsconfig.base.json",
"files": [],
"include": [],
"exclude": ["./src/server/**/*"],
"exclude": [],
"references": [
{
"path": "./tsconfig.app.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "<%= offsetFromRoot %>tsconfig.base.json",
"files": [],
"include": [],
"exclude": ["./src/server/**/*"],
"exclude": [],
"references": [
{
"path": "./tsconfig.app.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "<%= offsetFromRoot %>tsconfig.base.json",
"files": [],
"include": [],
"exclude": ["./src/server/**/*"],
"exclude": [],
"references": [
{
"path": "./tsconfig.app.json"
Expand Down

0 comments on commit eda802b

Please sign in to comment.