From 594d57fe05c1c20713e924898e07d5397b17c8dc Mon Sep 17 00:00:00 2001 From: "maxime.batista" Date: Mon, 30 Oct 2023 18:52:41 +0100 Subject: [PATCH] change target compatibility in tsconfig.json --- sql/.guard | 0 tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 sql/.guard diff --git a/sql/.guard b/sql/.guard new file mode 100644 index 0000000..e69de29 diff --git a/tsconfig.json b/tsconfig.json index 02e0c9c..bd8a98e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es2021", "lib": [ "dom", "dom.iterable",