Skip to content

Commit

Permalink
chore: remove ignoreDeprecations from ts-config
Browse files Browse the repository at this point in the history
  • Loading branch information
idoros committed Jan 28, 2024
1 parent 5db1b02 commit 2cbbbe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 2cbbbe2

Please sign in to comment.