diff --git a/tsconfig.json b/tsconfig.json index 26bcf502..7ebb1242 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,9 +8,10 @@ "moduleResolution": "bundler", "noImplicitAny": true, "target": "ES2016", - "esModuleInterop": true, "module": "ES2020", + "lib": ["es5", "es6", "es7", "dom"], "sourceMap": true, + "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "declaration": false,