diff --git a/tsconfig.json b/tsconfig.json index 10e2625..8099946 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,17 +3,12 @@ "compilerOptions": { "target": "es6", "module": "ES2020", - "noImplicitAny": true, "sourceMap": true, "noUnusedParameters": true, "noUnusedLocals": true, - "noImplicitThis": true, "diagnostics": true, "listFiles": true, - "pretty": true, "moduleResolution": "node", - "noEmitOnError": false, - "strictNullChecks": true, "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "strict": true, @@ -24,4 +19,4 @@ "src/**/*.ts" ], "exclude": [] -} \ No newline at end of file +}