Skip to content

Commit

Permalink
Update to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DJStompZone committed May 23, 2022
1 parent 32e633f commit 3a4b87b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declaration": false,
"outDir": "dist",
"baseUrl": ".",
"target": "es2020",
"target": "es2021",
"strictNullChecks": false,
"rootDir": "src",
"moduleResolution": "node",
Expand All @@ -20,4 +20,7 @@
"node_modules",
"dist"
],
}
"lib": [
"ES2021.String"
],
}

0 comments on commit 3a4b87b

Please sign in to comment.