Skip to content

Commit

Permalink
fix(js): update jest snapshot after vite-plugin-dts bump (#22621)
Browse files Browse the repository at this point in the history
  • Loading branch information
StalkAltan committed Apr 2, 2024
1 parent 1530965 commit 902da5d
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 902da5d

Please sign in to comment.