From 458afca669d65ab2ce40c64a1e9013f1f93156fc Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 20 Dec 2020 13:07:41 -0500 Subject: [PATCH] Increase accuracy of TS target + module --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index c52d22a..c0f577c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "esnext", - "module": "esnext", + "target": "ES6", + "module": "ES2020", "strict": true, "declaration": true, "esModuleInterop": true,