Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Feb 20, 2024
1 parent d8aa386 commit a209931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/selected-network-controller/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"references": [
{ "path": "../base-controller/tsconfig.build.json" },
{ "path": "../network-controller/tsconfig.build.json" },
{ "path": "../json-rpc-engine/tsconfig.build.json" },
{ "path": "../json-rpc-engine/tsconfig.build.json" }
],
"include": ["../../types", "./src"]
}
2 changes: 1 addition & 1 deletion packages/selected-network-controller/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"path": "../json-rpc-engine"
},
}
],
"include": ["../../types", "../../tests", "./src", "./tests"]
}

0 comments on commit a209931

Please sign in to comment.