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

Commit 173e6bc

Browse files
committed
Add reference path for ethjs-util types in index.ts
1 parent 9e521eb commit 173e6bc

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference path="./@types/ethjs-util/index.ts"/>
12
/**
23
* Constants
34
*/

tsconfig.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
22
"extends": "@ethereumjs/config-tsc",
3-
"compilerOptions": {
4-
"baseUrl": ".",
5-
"paths": {
6-
"*": ["src/@types/*"]
7-
}
8-
},
93
"include": ["src/**/*.ts", "test/**/*.ts"]
104
}

0 commit comments

Comments
 (0)