mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-02-08 17:16:04 +00:00
Add Angular2Spa template
This commit is contained in:
11
templates/Angular2Spa/tsconfig.json
Normal file
11
templates/Angular2Spa/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"target": "es6",
|
||||
"sourceMap": true,
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user