From 809298bd22796b44e4eb744a70550d6127df25ac Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 10 Jan 2023 18:37:31 +0200 Subject: [PATCH] put back syntetic imports flag --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 01bf528..a0ed304 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "noEmit": true, "module": "esnext", "moduleResolution": "node", - "isolatedModules": true + "isolatedModules": true, + "allowSyntheticDefaultImports": true }, "exclude": ["node_modules"], "include": ["**/*.ts", "**/*.tsx"]