🔨 fix typing, add default interop

This commit is contained in:
platane
2020-10-24 00:06:21 +02:00
parent 00e0c54b80
commit 43aa3022af
4 changed files with 33 additions and 16 deletions

View File

@@ -5,7 +5,8 @@
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
},
"exclude": ["node_modules"]
}