From 129891e27236e83a66ca7705ea183a0d9c7c5601 Mon Sep 17 00:00:00 2001 From: janderedev Date: Tue, 26 Apr 2022 14:34:11 +0200 Subject: [PATCH] target es2020 --- bot/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/tsconfig.json b/bot/tsconfig.json index 95d3408..7f9ae68 100644 --- a/bot/tsconfig.json +++ b/bot/tsconfig.json @@ -11,7 +11,7 @@ // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ /* Language and Environment */ - "target": "es6", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ + "target": "es2020", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ // "jsx": "preserve", /* Specify what JSX code is generated. */ // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */