Skip to content

Commit

Permalink
fix: build error roperty 'mt' does not exist on type 'IntrinsicAttrib…
Browse files Browse the repository at this point in the history
…utes & component props' on react
  • Loading branch information
vanessatran-ddi committed Jan 9, 2025
1 parent 36f1247 commit d6003fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/react-components/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineConfig({
dts({
entryRoot: "src",
tsconfigPath: path.join(__dirname, "tsconfig.lib.json"),
aliasesExclude: [/^@abgov\/ui-components-common$/],
}),
],

Expand Down

0 comments on commit d6003fb

Please sign in to comment.