Skip to content

Commit

Permalink
fix: optional chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Oct 30, 2021
1 parent 93461ec commit 6cc5b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noEmitHelpers": false,
"target": "ES2021",
"target": "es2015",
"module": "esnext",
"allowSyntheticDefaultImports": true,
"lib": [
Expand Down

0 comments on commit 6cc5b47

Please sign in to comment.