Skip to content

Commit

Permalink
Fix for tslib error in vscode, add tslib in tsconfig see microsoft/Ty…
Browse files Browse the repository at this point in the history
  • Loading branch information
lostboy139 committed Mar 13, 2022
1 parent 70da28a commit 59efbc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"importHelpers": true,
"target": "es2017",
"module": "es2020",
"paths": {
"tslib" : ["f:/npm-repo/node_modules/tslib/tslib.d.ts"]
},
"lib": [
"es2018",
"dom"
Expand Down

0 comments on commit 59efbc2

Please sign in to comment.