Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Fix tsconfig typings path
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Jun 3, 2020
1 parent 8620487 commit c5ee67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "@ethereumjs/config-tsc",
"include": ["src/**/*.ts", "test/**/*.ts", "typings/**/*.js"]
"include": ["src/**/*.ts", "test/**/*.ts", "typings/**/*.ts"]
}

0 comments on commit c5ee67f

Please sign in to comment.