Skip to content

Commit 7471371

Browse files
authored
Merge pull request #6725 from BitGo/enum-issue-sdk
fix: fix the enum issue
2 parents 5769ff3 + 0945939 commit 7471371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"noImplicitThis": true,
1313
"resolveJsonModule": true,
1414
"skipLibCheck": true,
15+
"isolatedModules": false,
1516
"strictBindCallApply": true,
1617
"strictFunctionTypes": true,
1718
"strictNullChecks": true,

0 commit comments

Comments
 (0)