Skip to content

Commit 30bb25d

Browse files
authored
Add declaration map (ethereumjs#1992)
1 parent 483a8e5 commit 30bb25d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"sourceMap": true,
44
"declaration": true,
5+
"declarationMap": true,
56
"module": "commonjs",
67
"moduleResolution": "node",
78
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)