Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 6, 2024
1 parent 6bc783f commit 623f59f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/rna-browser-test-runner/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
{
"path": "../rna-dev-server"
},
{
"path": "../rna-logger"
},
{
"path": "../wds-plugin-node-resolve"
},
Expand All @@ -28,6 +25,9 @@
},
{
"path": "../wds-plugin-legacy"
},
{
"path": "../rna-logger"
}
]
}
6 changes: 3 additions & 3 deletions packages/rna-dev-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
{
"path": "../rna-config-loader"
},
{
"path": "../rna-logger"
},
{
"path": "../wds-plugin-hmr"
},
Expand All @@ -31,6 +28,9 @@
},
{
"path": "../esbuild-plugin-require-resolve"
},
{
"path": "../rna-logger"
}
]
}
3 changes: 0 additions & 3 deletions packages/rna-node-test-runner/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
},
{
"path": "../node-resolve"
},
{
"path": "../rna-config-loader"
}
]
}
5 changes: 1 addition & 4 deletions packages/rna-saucelabs-test-runner/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
"path": "../rna-browser-test-runner"
},
{
"path": "../rna-config-loader"
"path": "../wds-plugin-legacy"
},
{
"path": "../rna-logger"
},
{
"path": "../wds-plugin-legacy"
}
]
}
3 changes: 3 additions & 0 deletions packages/rna/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
{
"path": "../rna-bundler"
},
{
"path": "../rna-config-loader"
},
{
"path": "../rna-logger"
},
Expand Down

0 comments on commit 623f59f

Please sign in to comment.