Skip to content

Commit

Permalink
Utilize experimentalDts.compilerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Oct 22, 2024
1 parent 13e201a commit eb74522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ function emit(compilerOptions?: any, tsconfig?: string) {
...rawTsconfig.data,
compilerOptions: {
...rawTsconfig.data?.compilerOptions,
...compilerOptions,

// Enable declaration emit and disable javascript emit
noEmit: false,
Expand Down

0 comments on commit eb74522

Please sign in to comment.