Skip to content

Commit

Permalink
fix: force enable emit (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonka83 authored Mar 24, 2022
1 parent 76cdcfa commit 884f596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/ts/dts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const generate = (
declaration: true,
emitDeclarationOnly: true,
outDir: genDir,
noEmit: false,
},
closest: true,
})
Expand Down

0 comments on commit 884f596

Please sign in to comment.