Skip to content

Commit

Permalink
fix: add tsconfig proper path into vite
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Dec 18, 2023
1 parent 80cb804 commit 374eb6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
react(),
dts({
insertTypesEntry: true,
tsconfigPath: path.resolve(__dirname, "./tsconfig.build.json"),
}),
viteTsconfigPaths(),
],
Expand Down

0 comments on commit 374eb6d

Please sign in to comment.