Skip to content

Commit 0a1eb34

Browse files
committed
Enable esModuleInterop for docs
1 parent e5ea122 commit 0a1eb34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@reduxjs/tsconfig/base",
33
"compilerOptions": {
4+
"esModuleInterop": true,
45
"allowUnusedLabels": true,
56
"noEmitOnError": false,
67
"removeComments": false,

0 commit comments

Comments
 (0)