Skip to content

Commit 35ce8e2

Browse files
committed
Remediate typescript warning
1 parent a963135 commit 35ce8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"include": ["lib/**/*","./index.js"],
3-
"esModuleInterop" : true,
43
"compilerOptions": {
54
"allowJs": true,
65
"declaration": true,
76
"emitDeclarationOnly": true,
7+
"esModuleInterop": true,
88
"outDir": "dist/typescript/"
99
}
1010
}

0 commit comments

Comments
 (0)