diff --git a/tsconfig.json b/tsconfig.json index 0e0d634..0df61a1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,12 +2,8 @@ "compilerOptions": { "outDir": "dist", "strict": true, - "noImplicitAny": true, - "strictNullChecks": true, "declaration": true, "experimentalDecorators": true, - "noUnusedParameters": true, - "noUnusedLocals": true, "module": "CommonJS", "lib": [ "es2017",