Skip to content

Commit

Permalink
Change bad value in ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed May 5, 2023
1 parent 5ecaa2a commit bf7b2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"ignoreDeprecations": "5.0",
"allowSyntheticDefaultImports": true,
"typeRoots": ["./src/types/**/*", "./node_modules/@types"],
"types": ["node"],
Expand Down

0 comments on commit bf7b2e5

Please sign in to comment.