mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Added unknown in catch variables ts
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"target": "es2018",
|
||||
"esModuleInterop": true,
|
||||
"newLine": "LF",
|
||||
"importHelpers": true
|
||||
"importHelpers": true,
|
||||
"useUnknownInCatchVariables": true
|
||||
},
|
||||
"exclude": ["node_modules/"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user