Skip to content

Commit

Permalink
fix: supress ts error not relevent to the current package
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshlohala committed Aug 26, 2024
1 parent e8c3b56 commit a2a63b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/multi-tenant/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ export default defineConfig(({ mode }) => {
},
target: "es2022",
},
plugins: [tsconfigPaths()],
plugins: [
tsconfigPaths({
ignoreConfigErrors: true,
}),
],
/*
resolve: {
alias: {
Expand Down

0 comments on commit a2a63b6

Please sign in to comment.