Skip to content

Commit c06d9db

Browse files
authored
vm: Fix declaration settings (ethereumjs#1999)
1 parent d49d08a commit c06d9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/tsconfig.benchmarks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"lib": ["dom"],
55
"sourceMap": false,
6-
"declaration": false,
6+
"declaration": true,
77
"esModuleInterop": true
88
},
99
"include": ["benchmarks/**.ts"]

0 commit comments

Comments
 (0)