You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2020/07/31 09:05:31 UTC

[incubator-annotator] 04/07: Enable esnext compilation for TypeScript

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 43307f051a07f66bd9cde2d5765494d246c6e05e
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Mon Jul 27 19:08:09 2020 -0700

    Enable esnext compilation for TypeScript
---
 tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsconfig.json b/tsconfig.json
index acc09ae..78ff87a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,7 +7,7 @@
     "lib": [
       "dom",
       "dom.iterable",
-      "es2020",
+      "esnext",
     ],
     "moduleResolution": "node",
     "noEmit": true,