Skip to content

Commit

Permalink
remove ref to json-rpc ea (#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
karen-stepanyan authored Feb 26, 2024
1 parent 2e3df78 commit 6297284
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/sources/bob/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
},
"include": ["src/**/*", "src/**/*.json"],
"exclude": ["dist", "**/*.spec.ts", "**/*.test.ts"],
"references": [
{ "path": "../../core/test-helpers" },
{ "path": "../../core/bootstrap" },
{ "path": "../../sources/json-rpc" }
]
"references": [{ "path": "../../core/test-helpers" }, { "path": "../../core/bootstrap" }]
}

0 comments on commit 6297284

Please sign in to comment.