Skip to content

Commit 8489bd0

Browse files
authored
fix typescript error (#944)
1 parent 8f57f08 commit 8489bd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"noFallthroughCasesInSwitch": true,
1313
"esModuleInterop": true,
1414
"allowJs": true,
15-
"lib": ["ES2020.Promise", "ES6"]
15+
"lib": ["ES2020.Promise", "ES6"],
16+
"moduleDetection": "force"
1617
},
1718
"include": ["./src/**/*"]
1819
}

0 commit comments

Comments
 (0)