Files
JavaScriptServices/templates/Angular2Spa/tsconfig.json

14 lines
251 B
JSON

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