Skip to content

Commit

Permalink
Merge pull request #16 from lifeomic/strict-default
Browse files Browse the repository at this point in the history
feat!: strict by default
  • Loading branch information
xdumaine authored Aug 3, 2022
2 parents b4b5ef0 + b6cc82a commit 7987f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"lib": ["es2020"],
"pretty": true,
"inlineSourceMap": true,
"inlineSources": true
"inlineSources": true,
"strict": true
}
}

0 comments on commit 7987f40

Please sign in to comment.