From 95041dffbd23fe81802efd5fb25cffe492cdb551 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 6 Jan 2018 12:11:05 +0100 Subject: Revert "Add strict typing" This reverts commit 4ca30295d7d9f3dd7ba2e105952ff627f6b702a4. --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tsconfig.json') 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/**/*" -- cgit v1.1