Skip to content

Commit

Permalink
fix: ignore typescript 5 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 authored Mar 17, 2023
1 parent 4b67fd0 commit 9478e63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"lib": ["ESNext"],
"target": "ESNext",
"module": "ESNext"
"module": "ESNext",
"ignoreDeprecations": "5.0"
}
}
}

0 comments on commit 9478e63

Please sign in to comment.