Skip to content

Commit 05f527c

Browse files
committed
sdk: bump default module to ESNext to use async import
1 parent 47232de commit 05f527c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raiden-ts/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": "ES2019",
4-
"module": "ES6",
4+
"module": "ESNext",
55
"moduleResolution": "node",
66
"resolveJsonModule": true,
77
"esModuleInterop": true,

0 commit comments

Comments
 (0)