mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-02-08 09:05:01 +00:00
Add server-side prerendering for Angular 2 template
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"moduleResolution": "node",
|
||||
"target": "es6",
|
||||
"sourceMap": true,
|
||||
"experimentalDecorators": true
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
||||
Reference in New Issue
Block a user