Skip to content

Commit e2960fb

Browse files
committed
chore: update:tsconfigs
1 parent acb0e04 commit e2960fb

File tree

7 files changed

+25
-13
lines changed

7 files changed

+25
-13
lines changed

packages/dev-server-import-maps/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
{
4444
"path": "../test-runner-webdriver/tsconfig.json"
4545
},
46+
{
47+
"path": "../polyfills-loader/tsconfig.json"
48+
},
4649
{
4750
"path": "../dev-server-esbuild/tsconfig.json"
4851
},

packages/dev-server-legacy/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
},
1616
{
1717
"path": "../dev-server-core/tsconfig.json"
18+
},
19+
{
20+
"path": "../polyfills-loader/tsconfig.json"
1821
}
1922
],
2023
"include": [

packages/test-runner-browserstack/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
"path": "../test-runner-core/tsconfig.json"
2424
},
2525
{
26-
"path": "../test-runner-selenium/tsconfig.json"
26+
"path": "../polyfills-loader/tsconfig.json"
27+
},
28+
{
29+
"path": "../test-runner-webdriver/tsconfig.json"
2730
},
2831
{
2932
"path": "../dev-server-legacy/tsconfig.json"

packages/test-runner-saucelabs/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@
3535
"path": "../dev-server-rollup/tsconfig.json"
3636
},
3737
{
38-
"path": "../dev-server-esbuild/tsconfig.json"
38+
"path": "../polyfills-loader/tsconfig.json"
3939
},
4040
{
4141
"path": "../test-runner-webdriver/tsconfig.json"
4242
},
43+
{
44+
"path": "../dev-server-esbuild/tsconfig.json"
45+
},
4346
{
4447
"path": "../dev-server-legacy/tsconfig.json"
4548
}

packages/test-runner-visual-regression/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"path": "../test-runner-playwright/tsconfig.json"
3636
},
3737
{
38-
"path": "../test-runner-commands/tsconfig.json"
38+
"path": "../test-runner-webdriver/tsconfig.json"
3939
},
4040
{
41-
"path": "../test-runner-webdriver/tsconfig.json"
41+
"path": "../test-runner-commands/tsconfig.json"
4242
}
4343
],
4444
"include": [

packages/test-runner/tsconfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@
4141
"path": "../test-runner-playwright/tsconfig.json"
4242
},
4343
{
44-
"path": "../dev-server-esbuild/tsconfig.json"
44+
"path": "../test-runner-webdriver/tsconfig.json"
4545
},
4646
{
47-
"path": "../test-runner-webdriver/tsconfig.json"
47+
"path": "../polyfills-loader/tsconfig.json"
48+
},
49+
{
50+
"path": "../dev-server-esbuild/tsconfig.json"
4851
},
4952
{
5053
"path": "../dev-server-legacy/tsconfig.json"

tsconfig.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"path": "./packages/test-runner-playwright/tsconfig.json"
4242
},
4343
{
44-
"path": "./packages/dev-server-esbuild/tsconfig.json"
44+
"path": "./packages/test-runner-webdriver/tsconfig.json"
4545
},
4646
{
47-
"path": "./packages/test-runner-webdriver/tsconfig.json"
47+
"path": "./packages/dev-server-esbuild/tsconfig.json"
4848
},
4949
{
5050
"path": "./packages/dev-server-legacy/tsconfig.json"
@@ -64,9 +64,6 @@
6464
{
6565
"path": "./packages/rollup-plugin-polyfills-loader/tsconfig.json"
6666
},
67-
{
68-
"path": "./packages/test-runner-selenium/tsconfig.json"
69-
},
7067
{
7168
"path": "./packages/rollup-plugin-copy/tsconfig.json"
7269
},
@@ -83,10 +80,10 @@
8380
"path": "./packages/dev-server-import-maps/tsconfig.json"
8481
},
8582
{
86-
"path": "./packages/dev-server-storybook/tsconfig.json"
83+
"path": "./packages/test-runner-puppeteer/tsconfig.json"
8784
},
8885
{
89-
"path": "./packages/test-runner-puppeteer/tsconfig.json"
86+
"path": "./packages/test-runner-selenium/tsconfig.json"
9087
},
9188
{
9289
"path": "./packages/test-runner-browserstack/tsconfig.json"

0 commit comments

Comments
 (0)