From de3b112afd6553402112fc28cb5a65aaddf7cf50 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Fri, 19 Jul 2024 21:07:39 +0300 Subject: [PATCH] rm redundant strict... compiler options in tsconfig.json --- examples/typescript/all/tsconfig.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/typescript/all/tsconfig.json b/examples/typescript/all/tsconfig.json index 0da2ee04..1df487b9 100644 --- a/examples/typescript/all/tsconfig.json +++ b/examples/typescript/all/tsconfig.json @@ -5,10 +5,6 @@ "baseUrl": "./", "esModuleInterop": true, "strict": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "strictBindCallApply": true, - "strictPropertyInitialization": true, "noEmit": true }, "files": ["node_modules/jest-extended/types/index.d.ts"],