Skip to content

Commit

Permalink
build: paths fixes in some tsconfig.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed Aug 8, 2022
1 parent fcdeb6a commit b5551f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/cardano-services/test/tsconfig.json
Expand Up @@ -9,7 +9,6 @@
"../../rabbitmq/test/docker",
"../../cip2/test/util",
],
"rootDir": ".",
"references": [
{
"path": "../src"
Expand Down
1 change: 0 additions & 1 deletion packages/e2e/test/tsconfig.json
Expand Up @@ -9,7 +9,6 @@
"../../wallet/test",
"../../cip2/test/util",
],
"rootDir": ".",
"references": [
{
"path": "../src"
Expand Down
3 changes: 1 addition & 2 deletions packages/rabbitmq/test/tsconfig.json
Expand Up @@ -2,10 +2,9 @@
"extends": "../../../test/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"noUnusedLocals": false
},
"include": [
"../../ogmios/test"
"../../ogmios/test/mocks"
],
"references": [
{
Expand Down

0 comments on commit b5551f7

Please sign in to comment.