Skip to content

Commit fea8517

Browse files
committed
chore: tsconfig
1 parent e6c1d56 commit fea8517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"compilerOptions": {
3-
"target": "es2017",
3+
"target": "es2020",
44
"module": "esnext",
55
"moduleResolution": "node",
66
"removeComments": false,
77
"noLib": false,
88
"emitDecoratorMetadata": false,
99
"experimentalDecorators": true,
10-
"lib": ["es6", "dom"],
10+
"lib": ["esnext", "dom"],
1111
"sourceMap": true,
1212
"pretty": true,
1313
"allowUnreachableCode": false,

0 commit comments

Comments
 (0)