Skip to content

Commit

Permalink
chore: eliminate error messages inside vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Aug 3, 2022
1 parent 0f2d70b commit 3775f2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"module": "commonjs",
"target": "ES5",
"sourceMap": true,
"declaration": true
"declaration": true,
"lib": ["esnext", "es2018.AsyncIterable"]
},
"include": ["l**/*"],
"exclude": ["**/__tests__/**/*.+(ts)", "**/?(*.)+(spec|test).+(ts)"]
Expand Down

0 comments on commit 3775f2a

Please sign in to comment.