From 81a714052f3ab6153207f8cbb4bb97d33170e1c4 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Thu, 1 May 2025 16:53:24 -0400 Subject: [PATCH] chore: remove unnecessary `allowSyntheticDefaultImports` --- test/cypress/tsconfig.json | 1 - tsconfig.json | 1 - 2 files changed, 2 deletions(-) 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,