Skip to content

Commit

Permalink
Fix Safe Navigation issue (yorkie-team#217)
Browse files Browse the repository at this point in the history
Change from 'esnext' to 'es2019'
  • Loading branch information
mojosoeun authored and parkeunae committed Jul 23, 2022
1 parent 412fddf commit 092bd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"sourceMap": true,
"target": "esnext",
"target": "ES2019",
"removeComments": false,
"allowSyntheticDefaultImports": true,
"declaration": true,
Expand Down

0 comments on commit 092bd74

Please sign in to comment.