From b757d7b7f15b7c1661aabf03e42fd36ebb103b62 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Mon, 22 May 2023 19:22:55 +0100 Subject: [PATCH] ts --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index cf594759..99e86715 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "module": "esnext", - "target": "esnext", + "module": "ESNext", + "target": "ESNext", "declaration": true, "isolatedModules": true, "esModuleInterop": true,