somehow transpiling addresses structural assignment

This commit is contained in:
Kiara Grouwstra 2021-10-04 18:51:47 +02:00
parent 0f568299a4
commit 6fea3434ae
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
/* Language and Environment */
// https://www.typescriptlang.org/tsconfig#target
"target": "ES2015", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"target": "ES5", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
// "jsx": "preserve", /* Specify what JSX code is generated. */
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */