Browse Source

Update target js version

pull/1705/head
Miguel Veloso 3 years ago
parent
commit
4bf307990c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Web/WebSPA/Client/tsconfig.json

+ 1
- 1
src/Web/WebSPA/Client/tsconfig.json View File

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


Loading…
Cancel
Save