From ed22006d5f67b75caedf12c09adeae344e3a853a Mon Sep 17 00:00:00 2001 From: JexSrs Date: Mon, 23 Oct 2023 20:25:01 +0300 Subject: [PATCH] Added ignoreDeprecations --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e2b7454..0d743da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,7 @@ { "compilerOptions": { + "ignoreDeprecations": "5.0", + "target": "ES6", "module": "commonjs", @@ -19,7 +21,7 @@ "noImplicitThis": true, "strictPropertyInitialization": true, "noImplicitReturns": true, - "importsNotUsedAsValues": "error", + "importsNotUsedAsValues": "error" }, // "exclude": [ // "./test/*.ts",