Skip to content

Commit

Permalink
fix: remove unnecessary tsconfig option
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio authored Dec 8, 2019
1 parent 41cbcbe commit de2df71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,6 @@ You can find [all the Compiler options in the Typescript docs](https://www.types
"declaration": true,
"rootDir": "src",
"strict": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit de2df71

Please sign in to comment.