Skip to content

Commit b54ea08

Browse files
committed
chore: update references in packages to point to build configurations
1 parent bd0ca1a commit b54ea08

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

packages/astro/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"include": ["src"],
1111
"references": [
12-
{ "path": "../runtime" },
13-
{ "path": "../types" },
14-
{ "path": "../components/react" },
12+
{ "path": "../runtime/tsconfig.build.json" },
13+
{ "path": "../types/tsconfig.build.json" },
14+
{ "path": "../components/react/tsconfig.build.json" },
1515
{ "path": "../theme" }
1616
]
1717
}

packages/components/react/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
},
88
"include": ["src"],
99
"exclude": ["src/**/*.spec.ts"],
10-
"references": [{ "path": "../../runtime" }, { "path": "../../theme" }, { "path": "../../types" }]
10+
"references": [{ "path": "../../runtime/tsconfig.build.json" }, { "path": "../../theme" }, { "path": "../../types" }]
1111
}

packages/components/react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src"
1010
},
1111
"include": ["src"],
12-
"references": [{ "path": "../../runtime" }, { "path": "../../theme" }, { "path": "../../types" }]
12+
"references": [{ "path": "../../runtime/tsconfig.build.json" }, { "path": "../../theme" }, { "path": "../../types/tsconfig.build.json" }]
1313
}

packages/runtime/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
},
88
"include": ["src"],
99
"exclude": ["src/**/*.spec.ts"],
10-
"references": [{ "path": "../types" }]
10+
"references": [{ "path": "../types/tsconfig.build.json" }]
1111
}

packages/runtime/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"composite": true
77
},
88
"include": ["src"],
9-
"references": [{ "path": "../types" }, { "path": "../test-utils" }]
9+
"references": [{ "path": "../types/tsconfig.build.json" }, { "path": "../test-utils" }]
1010
}

0 commit comments

Comments
 (0)