enable esModuleInterop

This commit is contained in:
Klaus Meinhardt
2018-02-09 08:25:45 +01:00
parent ec03507916
commit 7629231280

View File

@@ -8,6 +8,7 @@
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"esModuleInterop": true,
"baseUrl": "../",
"typeRoots": [
"../"