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
(cherry picked from commit 902da5d)
  • Loading branch information
StalkAltan authored and FrozenPandaz committed Apr 5, 2024
1 parent 30cfb2b commit 66e254c
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 66e254c

Please sign in to comment.