Skip to content

Commit 2de60a2

Browse files
author
David Buzinski
committed
bump compiler target to support replaceAll
1 parent beb196a commit 2de60a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES6",
3+
"target": "es2021",
44
"module": "CommonJS",
55
"declaration": true,
66
"sourceMap": true,

0 commit comments

Comments
 (0)