Skip to content

Commit 05002e8

Browse files
committed
Enable TS declaration maps
1 parent 0b6eaaf commit 05002e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"outDir": "./dist",
66
"declaration": true,
77
"sourceMap": true,
8+
"declarationMap": true,
89
"strict": true,
910
"lib": [
1011
"ES2020",

0 commit comments

Comments
 (0)