We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a963135 commit 35ce8e2Copy full SHA for 35ce8e2
tsconfig.json
@@ -1,10 +1,10 @@
1
{
2
"include": ["lib/**/*","./index.js"],
3
- "esModuleInterop" : true,
4
"compilerOptions": {
5
"allowJs": true,
6
"declaration": true,
7
"emitDeclarationOnly": true,
+ "esModuleInterop": true,
8
"outDir": "dist/typescript/"
9
}
10
0 commit comments