fix optional chaining

This commit is contained in:
Philipp Kühn
2020-09-30 19:19:42 +02:00
parent ecfa26b28a
commit f61c9883e3
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "esnext",
"target": "es2019",
"module": "esnext",
"strict": true,
"jsx": "preserve",