Update target js version

This commit is contained in:
Miguel Veloso 2021-06-17 17:37:58 +01:00
parent 2a0db634c4
commit 4bf307990c

View File

@ -8,7 +8,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],