fix: handle lint error

This commit is contained in:
eric_wang 2022-06-12 13:53:52 +08:00
parent f9697c42d7
commit bfb2bc0c43
3 changed files with 94 additions and 6 deletions

View file

@ -1,7 +1,8 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist"
"outDir": "dist",
"lib": ["ESNext"]
},
"include": [
"source"