Skip to content

Commit

Permalink
remove uneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-kothari committed Oct 11, 2023
1 parent 4af81f3 commit b90038c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions yarn-project/canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@
},
"dependencies": {
"@aztec/aztec.js": "workspace:^",
"@aztec/circuits.js": "workspace:^",
"@aztec/cli": "workspace:^",
"@aztec/end-to-end": "workspace:^",
"@aztec/foundation": "workspace:^",
"@aztec/l1-artifacts": "workspace:^",
"@aztec/noir-contracts": "workspace:^",
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.0",
"@types/koa-static": "^4.0.2",
Expand Down
15 changes: 0 additions & 15 deletions yarn-project/canary/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,9 @@
{
"path": "../aztec.js"
},
{
"path": "../circuits.js"
},
{
"path": "../cli"
},
{
"path": "../end-to-end"
},
{
"path": "../foundation"
},
{
"path": "../l1-artifacts"
},
{
"path": "../noir-contracts"
}
],
"include": ["src"]
}

0 comments on commit b90038c

Please sign in to comment.