diff --git a/examples/self-hosted/tsconfig.json b/examples/self-hosted/tsconfig.json index c0f1d66..5650b21 100644 --- a/examples/self-hosted/tsconfig.json +++ b/examples/self-hosted/tsconfig.json @@ -5,7 +5,8 @@ "module": "CommonJS", "outDir": "build", "moduleResolution": "node", - "sourceMap": true + "sourceMap": true, + "useUnknownInCatchVariables": false }, "exclude": ["node_modules"] }