Skip to content

Commit

Permalink
fix: using raw target when rolling up types
Browse files Browse the repository at this point in the history
fix #242
  • Loading branch information
qmhc committed Jul 14, 2023
1 parent bb97675 commit e53c815
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,11 @@ export function rollupDeclarationFiles({
tsconfigFilePath: configPath,
overrideTsconfig: {
$schema: 'http://json.schemastore.org/tsconfig',
compilerOptions: {
...compilerOptions,
target: 'ESNext'
}
compilerOptions
}
},
apiReport: {
enabled: false,
reportFileName: '<unscopedPackageName>.api.md'
enabled: false
},
docModel: {
enabled: false
Expand Down

0 comments on commit e53c815

Please sign in to comment.