Skip to content

Commit 91d01b5

Browse files
committed
Fix Heco tsconfig
1 parent 746414b commit 91d01b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Heco/heco-starter/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"target": "es2017",
1313
"strict": true
1414
},
15-
"include": ["src/**/*", "node_modules/@subql/types/dist/global.d.ts"]
15+
"include": ["src/**/*", "node_modules/@subql/types-ethereum/dist/global.d.ts"]
1616
}

0 commit comments

Comments
 (0)