Skip to content

Commit

Permalink
fix: remove tsconfing.node
Browse files Browse the repository at this point in the history
  • Loading branch information
sdisalvo-crd committed Feb 28, 2025
1 parent dfe3a00 commit 23dea2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
5 changes: 1 addition & 4 deletions services/credential-server-ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
"references": [{ "path": "./tsconfig.app.json" }]
}
24 changes: 0 additions & 24 deletions services/credential-server-ui/tsconfig.node.json

This file was deleted.

0 comments on commit 23dea2a

Please sign in to comment.