From d5cb95e87b1d955f5425a365c0f02bb62cb3a3a3 Mon Sep 17 00:00:00 2001 From: Lukas Tetzlaff Date: Sun, 29 Apr 2018 19:45:12 +0200 Subject: [PATCH] Condense strict compiler options flags to `strict: true` --- tsconfig.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index fd0ae77..2797a3d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,16 +13,11 @@ "es2017.sharedmemory" ], "stripInternal": true, - "noImplicitAny": true, + "strict": true, "noImplicitReturns": true, - "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "strictPropertyInitialization": true, - "alwaysStrict": true, "esModuleInterop": true }, "exclude": [