Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
trikadin committed Sep 11, 2024
1 parent 29381de commit 73c3ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse-tsconfig/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const _parseTsconfig = (

const outputFields = [
'outDir',
'declarationDir'
'declarationDir',
] as const satisfies Array<keyof NonNullable<TsConfigJson['compilerOptions']>>;

for (const outputField of outputFields) {
Expand Down

0 comments on commit 73c3ab2

Please sign in to comment.