This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Update target js version
pull/1705/head
Miguel Veloso
3 years ago
parent
2a0db634c4
commit
4bf307990c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
:
"es
201
5"
,
"typeRoots"
:
[
"node_modules/@types"
]
,
Write
Preview
Loading…
Cancel
Save