Skip to content

Commit

Permalink
fix(js): update jest snapshot after vite-plugin-dts bump
Browse files Browse the repository at this point in the history
  • Loading branch information
StalkAltan committed Apr 2, 2024
1 parent 5f255c5 commit 56ddea9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export default defineConfig({
nxViteTsPaths(),
dts({
entryRoot: 'src',
tsConfigFilePath: path.join(__dirname, 'tsconfig.lib.json'),
skipDiagnostics: true,
tsconfigPath: path.join(__dirname, 'tsconfig.lib.json'),
}),
],
Expand Down

0 comments on commit 56ddea9

Please sign in to comment.