From a7e445cc68fcf518ceb357a0eb718e10cd24052f Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Fri, 30 Aug 2024 10:15:59 +0200 Subject: [PATCH] Add `allowImportingTsExtensions` to tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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,