Skip to content

Commit dd3eb43

Browse files
committed
Bump to es2020
1 parent aabf5cd commit dd3eb43

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
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "CommonJS",
44
"moduleResolution": "node",
5-
"target": "es6",
5+
"target": "ES2020",
66
"esModuleInterop": true,
77
"resolveJsonModule": true,
88
"rootDir": "./",

0 commit comments

Comments
 (0)