From 3dc6f006cc9b01f90cc7c3d7d99fe85c10656503 Mon Sep 17 00:00:00 2001 From: Paolo Insogna Date: Mon, 23 Oct 2023 23:18:57 +0200 Subject: [PATCH] chore: Changed TypeScript version. --- tsconfig.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 22f5d5b..6cedb6c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2021", + "target": "ES2022", "module": "ESNext", "moduleResolution": "node", "jsx": "preserve", @@ -17,7 +17,5 @@ "strictNullChecks": true, "useUnknownInCatchVariables": false }, - "include": [ - "src/*.ts" - ] + "include": ["src/*.ts"] }