Skip to content

Commit 093295c

Browse files
committed
feat: emit declarationMaps
1 parent 86d88ff commit 093295c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ async function main(): Promise<void> {
167167
module: 'esnext',
168168
sourceMap: true,
169169
declaration: true,
170+
declarationMap: true,
170171
outDir: 'dist',
171172
rootDir: 'src',
172173
esModuleInterop: true,

0 commit comments

Comments
 (0)