From 1e39924e41629c0fb5b63a9a36938ee6b7cc73b3 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Mon, 22 Mar 2021 05:17:45 +0300 Subject: v0.0.3 --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index b65c745..df5ac7f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,14 +1,14 @@ { "compilerOptions": { "module": "commonjs", - "target": "es6", + "target": "es2020", "outDir": "out", "lib": [ - "es6" + "es2020" ], "sourceMap": true, "rootDir": "src", - "strict": true /* enable all strict type-checking options */ + "strict": true /* enable all strict type-checking options */ /* Additional Checks */ // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ -- cgit v1.2.3