Files
JavaScriptServices/templates/Angular2Spa/tsconfig.json
2016-02-29 19:29:04 +00:00

13 lines
218 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "es6",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"exclude": [
"node_modules"
]
}