From 4e7199d76bd5bd19d0da497b2818dc193bf15324 Mon Sep 17 00:00:00 2001 From: Stephen Fraser Date: Fri, 10 Jan 2020 10:03:07 +0000 Subject: [PATCH] chore: enable TypeScript strict mode Enables all strict type checking options. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 53d83780..b333e1fc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "target": "es2019", "module": "commonjs", "outDir": "build", - "alwaysStrict": true, + "strict": true, "esModuleInterop": true }, "include": [