mirror of
https://github.com/gapmiss/substack-clipper.git
synced 2026-07-22 07:48:24 +00:00
fix: add ES2017.String and ES2020.Promise to tsconfig lib to resolve unsafe-any lint warnings
This commit is contained in:
parent
defd646968
commit
cc2300c5d6
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@
|
|||
"DOM",
|
||||
"ES5",
|
||||
"ES6",
|
||||
"ES7"
|
||||
"ES7",
|
||||
"ES2017.String",
|
||||
"ES2020.Promise"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue