diff --git a/tsconfig.json b/tsconfig.json index 9209f889..d00ef8ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "sourceMap": false, "outDir": "./dist", "rootDir": "./lib", - "skipLibCheck": true + "skipLibCheck": true, + "useUnknownInCatchVariables": false }, "include": ["lib/**/*"], "exclude": ["node_modules", "**/*.spec.ts", "tests"]