Skip to content

Commit

Permalink
feat: emit declarationMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Dec 18, 2018
1 parent 86d88ff commit 093295c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ async function main(): Promise<void> {
module: 'esnext',
sourceMap: true,
declaration: true,
declarationMap: true,
outDir: 'dist',
rootDir: 'src',
esModuleInterop: true,
Expand Down

0 comments on commit 093295c

Please sign in to comment.