Skip to content

Commit

Permalink
Added ignoreDeprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
JexSrs committed Oct 23, 2023
1 parent db04d28 commit ed22006
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"ignoreDeprecations": "5.0",

"target": "ES6",
"module": "commonjs",

Expand All @@ -19,7 +21,7 @@
"noImplicitThis": true,
"strictPropertyInitialization": true,
"noImplicitReturns": true,
"importsNotUsedAsValues": "error",
"importsNotUsedAsValues": "error"
},
// "exclude": [
// "./test/*.ts",
Expand Down

0 comments on commit ed22006

Please sign in to comment.