Skip to content

Commit 6cc5b47

Browse files
committed
fix: optional chaining
1 parent 93461ec commit 6cc5b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"emitDecoratorMetadata": true,
88
"experimentalDecorators": true,
99
"noEmitHelpers": false,
10-
"target": "ES2021",
10+
"target": "es2015",
1111
"module": "esnext",
1212
"allowSyntheticDefaultImports": true,
1313
"lib": [

0 commit comments

Comments
 (0)