Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Change strict mode to false
Browse files Browse the repository at this point in the history
  • Loading branch information
vsund committed Mar 16, 2018
1 parent 92a3958 commit a6a9ccc
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 @@ -4,7 +4,7 @@
"module": "commonjs",
"target": "es2015",
"sourceMap": false,
"strict": true,
"strict": false,
"declaration": true,
"lib": [
"es2017.object",
Expand Down

0 comments on commit a6a9ccc

Please sign in to comment.