From f8b7cc730b4df1648b6436ec424b41855d05ac66 Mon Sep 17 00:00:00 2001 From: Guilherme Carvalho Date: Wed, 13 Sep 2023 00:32:38 -0300 Subject: [PATCH] es compiler fix and index server link fix --- index.html | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d01d998..e198c1c 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@
- + diff --git a/tsconfig.json b/tsconfig.json index 44cde78..330eae7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "lib": ["ES2020", "DOM", "DOM.Iterable"], "target": "ES2020", - "module": "esnext", + "module": "ES2020", /* Bundler mode */ "moduleResolution": "bundler",