From 9c2088b84e233c0c68fdd792747473387bd47539 Mon Sep 17 00:00:00 2001 From: Adam A Date: Mon, 4 Nov 2024 14:45:17 +0200 Subject: [PATCH] chore(toolbox): improve deno compatibility --- toolbox | 2 +- tsconfig.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/toolbox b/toolbox index 80cde969a1..f5327bad86 160000 --- a/toolbox +++ b/toolbox @@ -1 +1 @@ -Subproject commit 80cde969a1753f2196c19b0cfaa2306d5955a53d +Subproject commit f5327bad863b77fe6fcaf6cc120245e8b5df491e diff --git a/tsconfig.json b/tsconfig.json index cd105cf323..ac37d2d283 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,6 +25,7 @@ "experimentalDecorators": true, "downlevelIteration": true, "skipLibCheck": true, - "strict": true + "strict": true, + "allowImportingTsExtensions": true } }