From 37c0dbbeefbad31827c0d8aa3f16345f59823294 Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 30 Jun 2019 17:42:10 -0500 Subject: [PATCH] build: remove redundant tsconfig options --- config/tsconfig.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/tsconfig.json b/config/tsconfig.json index 3aa9393..7a29316 100755 --- a/config/tsconfig.json +++ b/config/tsconfig.json @@ -14,16 +14,10 @@ ], "module": "esnext", "moduleResolution": "node", - "noImplicitAny": true, "noImplicitReturns": true, - "noImplicitThis": true, "paths": {}, "sourceMap": true, "strict": true, - "strictBindCallApply": true, - "strictFunctionTypes": true, - "strictNullChecks": true, - "strictPropertyInitialization": true, "target": "es2017", "types": [ "jsonpath-plus",