diff --git a/playwright/tsconfig.json b/playwright/tsconfig.json index 5f3083fd57b..442e2527b3c 100644 --- a/playwright/tsconfig.json +++ b/playwright/tsconfig.json @@ -6,7 +6,8 @@ "resolveJsonModule": true, "esModuleInterop": true, "moduleResolution": "node", - "module": "es2022" + "module": "es2022", + "allowImportingTsExtensions": true }, "include": [ "**/*.ts", diff --git a/tsconfig.json b/tsconfig.json index 55e83d95b97..6c0c92a504e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "allowImportingTsExtensions": true, "experimentalDecorators": false, "emitDecoratorMetadata": false, "resolveJsonModule": true,