Skip to content

Commit 0945939

Browse files
committed
fix: fix the enum issue
Ticket: WIN-6707
1 parent 81037d7 commit 0945939

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)