fix: handle lint error
This commit is contained in:
parent
f9697c42d7
commit
bfb2bc0c43
3 changed files with 94 additions and 6 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"extends": "@sindresorhus/tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
"outDir": "dist",
|
||||
"lib": ["ESNext"]
|
||||
},
|
||||
"include": [
|
||||
"source"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue