Skip to content

Commit 4378412

Browse files
committed
chore: update references in components to fix runtime package build
1 parent bd0ca1a commit 4378412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
}

0 commit comments

Comments
 (0)