Skip to content

Commit c781440

Browse files
committed
fix: nx sync
1 parent 8f0c2fd commit c781440

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

e2e/fixtures/rspack-csr-css/tsconfig.app.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,20 @@
2323
],
2424
"references": [
2525
{
26-
"path": "../../../testing/utils/tsconfig.lib.json"
26+
"path": "../../../packages/compiler/tsconfig.lib.json"
2727
},
2828
{
2929
"path": "../../../packages/angular-rspack-compiler/tsconfig.lib.json"
3030
},
31+
{
32+
"path": "../../../testing/vitest-setup/tsconfig.lib.json"
33+
},
3134
{
3235
"path": "../../../testing/setup/tsconfig.lib.json"
3336
},
37+
{
38+
"path": "../../../testing/utils/tsconfig.lib.json"
39+
},
3440
{
3541
"path": "../../../packages/angular-rspack/tsconfig.lib.json"
3642
}

e2e/fixtures/rspack-csr-css/tsconfig.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,20 @@
1313
"include": [],
1414
"references": [
1515
{
16-
"path": "../../../testing/utils"
16+
"path": "../../../packages/compiler"
1717
},
1818
{
1919
"path": "../../../packages/angular-rspack-compiler"
2020
},
21+
{
22+
"path": "../../../testing/vitest-setup"
23+
},
2124
{
2225
"path": "../../../testing/setup"
2326
},
27+
{
28+
"path": "../../../testing/utils"
29+
},
2430
{
2531
"path": "../../../packages/angular-rspack"
2632
},

e2e/fixtures/rspack-ssr-css/tsconfig.app.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,20 @@
2323
],
2424
"references": [
2525
{
26-
"path": "../../../testing/utils/tsconfig.lib.json"
26+
"path": "../../../packages/compiler/tsconfig.lib.json"
2727
},
2828
{
2929
"path": "../../../packages/angular-rspack-compiler/tsconfig.lib.json"
3030
},
31+
{
32+
"path": "../../../testing/vitest-setup/tsconfig.lib.json"
33+
},
3134
{
3235
"path": "../../../testing/setup/tsconfig.lib.json"
3336
},
37+
{
38+
"path": "../../../testing/utils/tsconfig.lib.json"
39+
},
3440
{
3541
"path": "../../../packages/angular-rspack/tsconfig.lib.json"
3642
}

e2e/fixtures/rspack-ssr-css/tsconfig.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,20 @@
1414
"include": [],
1515
"references": [
1616
{
17-
"path": "../../../testing/utils"
17+
"path": "../../../packages/compiler"
1818
},
1919
{
2020
"path": "../../../packages/angular-rspack-compiler"
2121
},
22+
{
23+
"path": "../../../testing/vitest-setup"
24+
},
2225
{
2326
"path": "../../../testing/setup"
2427
},
28+
{
29+
"path": "../../../testing/utils"
30+
},
2531
{
2632
"path": "../../../packages/angular-rspack"
2733
},

packages/build/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"files": [],
44
"include": [],
55
"references": [
6+
{
7+
"path": "../../testing/vitest-setup"
8+
},
69
{
710
"path": "../angular-rspack"
811
},

packages/build/tsconfig.lib.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"include": ["src/**/*.ts"],
1818
"exclude": ["vitest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"],
1919
"references": [
20+
{
21+
"path": "../../testing/vitest-setup/tsconfig.lib.json"
22+
},
2023
{
2124
"path": "../angular-rspack/tsconfig.lib.json"
2225
},

0 commit comments

Comments
 (0)