refactor(core): Enable useUnknownInCatchVariables in workflow package (no-changelog) (#7549)

This commit is contained in:
Iván Ovejero
2023-10-31 13:59:33 +01:00
committed by GitHub
parent b350568505
commit c6b688387c
2 changed files with 23 additions and 10 deletions

View File

@@ -7,9 +7,7 @@
"paths": {
"@/*": ["./*"]
},
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo",
// TODO: remove all options below this line
"useUnknownInCatchVariables": false
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo"
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}