Skip to content

Commit

Permalink
Fix CI: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 19, 2024
1 parent dda0033 commit 0a75101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/toc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"path": "../rendermime"
},
{
"path": "../translation"
"path": "../rendermime-interfaces"
},
{
"path": "../ui-components"
"path": "../translation"
},
{
"path": "../rendermime-interfaces"
"path": "../ui-components"
}
]
}
6 changes: 3 additions & 3 deletions packages/toc/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"path": "../rendermime"
},
{
"path": "../translation"
"path": "../rendermime-interfaces"
},
{
"path": "../ui-components"
"path": "../translation"
},
{
"path": "../rendermime-interfaces"
"path": "../ui-components"
},
{
"path": "."
Expand Down

0 comments on commit 0a75101

Please sign in to comment.