From 2cbbbe256c66b2df7a84035c0b4be8d944a7671e Mon Sep 17 00:00:00 2001 From: Ido Rosenthal Date: Sun, 28 Jan 2024 10:57:41 +0200 Subject: [PATCH] chore: remove ignoreDeprecations from ts-config --- tsconfig.base.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 2133fd167..733bb0c11 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -59,8 +59,8 @@ // "removeComments": true, /* Disable emitting comments. */ // "noEmit": true, /* Disable emitting files from a compilation. */ // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ - "importsNotUsedAsValues": "error", /* Specify emit/checking behavior for imports that are only used for types. */ - "ignoreDeprecations": "5.0", + // "importsNotUsedAsValues": "error", /* Specify emit/checking behavior for imports that are only used for types. */ + // "ignoreDeprecations": "5.0", // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */