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",