Skip to content

Commit

Permalink
feat(core/options): BREAKING CHANGE cache is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Jul 19, 2024
1 parent e5d1958 commit 80c1dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unplugin-typia/src/core/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const defaultOptions = ({
exclude: [/node_modules/],
enforce: 'pre',
typia: { },
cache: true,
cache: false,
log: true,
tsconfig: undefined,
}) as const satisfies ResolvedOptions;
Expand Down

0 comments on commit 80c1dd5

Please sign in to comment.