diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-01-06 12:11:05 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-01-06 12:11:05 +0100 |
commit | 95041dffbd23fe81802efd5fb25cffe492cdb551 (patch) | |
tree | cb66d325fb5d16d8b7fa0f14c91ad17dd4ff7c6c /tsconfig.json | |
parent | 4ca30295d7d9f3dd7ba2e105952ff627f6b702a4 (diff) |
Revert "Add strict typing"
This reverts commit 4ca30295d7d9f3dd7ba2e105952ff627f6b702a4.
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json index 6ffd08a..5c9eafc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,9 +5,7 @@ "noImplicitAny": true, "module": "commonjs", "target": "es5", - "jsx": "react", - "strict": true, - "strictFunctionTypes": false, + "jsx": "react" }, "include": [ "./src/client/react/**/*" |