From de2df7158e62f8c687e9ff943350ae2d77b3d5d6 Mon Sep 17 00:00:00 2001 From: JavaScript Joe Date: Sun, 8 Dec 2019 10:31:15 -0700 Subject: [PATCH] fix: remove unnecessary tsconfig option --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ab5693ff..c3ce98af 100644 --- a/README.md +++ b/README.md @@ -1534,7 +1534,6 @@ You can find [all the Compiler options in the Typescript docs](https://www.types "declaration": true, "rootDir": "src", "strict": true, - "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true,