Skip to content

Commit

Permalink
Set lib in tsconfig for Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Dec 15, 2023
1 parent 80e27be commit 3529d69
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 @@ -5,7 +5,8 @@
"declaration": true,
"outDir": "dist",
"baseUrl": ".",
"target": "es2018",
"target": "ES2018",
"lib": ["ES2018"],
"allowJs": false,
"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 3529d69

Please sign in to comment.