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"],