Skip to content

Commit 0f3b15f

Browse files
authored
Merge pull request #17 from Gearbox-protocol/ts-target
fix: change ts target
2 parents 5543767 + 2a06db5 commit 0f3b15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es6",
4-
"module": "esnext",
4+
"module": "commonjs",
55
"moduleResolution": "node",
66
"lib": ["dom", "dom.iterable", "esnext"],
77
"strict": true,

0 commit comments

Comments
 (0)