Skip to content

Commit

Permalink
feat(perf): leverage tsconfk caching to skip redundant work (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Sep 9, 2023
1 parent e8f0acf commit 8b4f6c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -79,6 +79,7 @@ export default (opts: PluginOptions = {}): Plugin => {
let firstError: any

const parseOptions = {
cache: new Map(),
resolveWithEmptyIfConfigNotFound: true,
} satisfies import('tsconfck').TSConfckParseOptions

Expand Down

0 comments on commit 8b4f6c8

Please sign in to comment.