Skip to content

Commit fb055c7

Browse files
chore: bump tsconfig target
1 parent 94fe36a commit fb055c7

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
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": false,
1212
"outDir": "./dist",
1313
"skipLibCheck": true

0 commit comments

Comments
 (0)