Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vrognas committed Oct 6, 2023
1 parent e6618ae commit c2c832e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"include": ["src"],
"exclude": ["node_modules", ".vscode-test"],
"references": [
{ "path": "./client" },
{ "path": "./server" }
{ "path": "./client/tsconfig.json" },
{ "path": "./server/tsconfig.json" }
]
}

0 comments on commit c2c832e

Please sign in to comment.