diff --git a/test/cypress/tsconfig.json b/test/cypress/tsconfig.json index 33050f5..8d39a49 100644 --- a/test/cypress/tsconfig.json +++ b/test/cypress/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "target": "es5", - "allowSyntheticDefaultImports": true, "esModuleInterop": true, "lib": ["es2021", "dom"], "types": [ diff --git a/tsconfig.json b/tsconfig.json index c7cae71..5486b15 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "target": "es2022", "module": "esnext", "sourceMap": true, - "allowSyntheticDefaultImports": true, "downlevelIteration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true,