From 4713502232bfefa1243a873b182f16ccac54c319 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Fri, 30 Aug 2024 16:21:48 +0200 Subject: [PATCH] Add `allowImportingTsExtensions` to tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index bb2e3107c..cf080cd22 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "allowImportingTsExtensions": true, "experimentalDecorators": false, "emitDecoratorMetadata": false, "resolveJsonModule": true,