Skip to content

Commit cb7dba1

Browse files
committed
Changed target to es6
1 parent c8a9a52 commit cb7dba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": "ES2020",
3+
"target": "ES6",
44
"module": "commonjs",
55
"lib": [
66
"dom",

0 commit comments

Comments
 (0)