Skip to content

Commit

Permalink
chore: regenerate tsconfig.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored and LarsDenBakker committed Dec 4, 2020
1 parent fd126b0 commit 86f7c88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/dev-server-storybook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
{
"path": "../parse5-utils/tsconfig.json"
},
{
"path": "../polyfills-loader/tsconfig.json"
},
{
"path": "../rollup-plugin-html/tsconfig.json"
},
{
"path": "../browser-logs/tsconfig.json"
},
Expand All @@ -37,6 +43,9 @@
{
"path": "../dev-server-rollup/tsconfig.json"
},
{
"path": "../rollup-plugin-polyfills-loader/tsconfig.json"
},
{
"path": "../dev-server/tsconfig.json"
}
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"path": "./packages/test-runner/tsconfig.json"
},
{
"path": "./packages/dev-server/tsconfig.json"
"path": "./packages/rollup-plugin-polyfills-loader/tsconfig.json"
},
{
"path": "./packages/rollup-plugin-polyfills-loader/tsconfig.json"
"path": "./packages/dev-server/tsconfig.json"
},
{
"path": "./packages/rollup-plugin-copy/tsconfig.json"
Expand Down

0 comments on commit 86f7c88

Please sign in to comment.