Skip to content

Commit a6160dc

Browse files
authored
Merge pull request #160 from dependents/XhmikosR-patch-1
tsconfig: use es2019
2 parents d88a739 + 1a16c1d commit a6160dc

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,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es2018",
4+
"target": "es2019",
55
"paths": {
66
"*": ["./src/*"]
77
}

0 commit comments

Comments
 (0)