From 8670a764d968f0759c7f0b4954ad9430fb116a62 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Wed, 3 Jan 2024 12:54:23 +0100 Subject: [PATCH] chore: allow importing files with `.ts` extension for JSX --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 0667b35..225714f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ /* Bundler mode */ "moduleResolution": "Bundler", + "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "resolveJsonModule": true, "isolatedModules": true,