angular2-resource-and-ajax-interceptor
Version:
angular2-resource-and-ajax-interceptor is angular2 http service helper.
18 lines (17 loc) • 375 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "system",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
"noStrictGenericChecks": true
// "types" : ["es6-shim", "jasmine"]
},
"exclude": [
"node_modules"
]
}