nz-ng2-interceptors
Version:
Angular Cache interceptor, Token authentication interceptor, CSRF XSRF interceptor
39 lines • 1.02 kB
JSON
{
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"paths": {
"@angular/*": [
"node_modules/@angular/*"
]
},
"outDir": "dist",
"declaration": true,
"strict": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"module": "es2015",
"target": "es2015",
"lib": [
"es2015",
"dom"
],
"skipLibCheck": true,
"types": [],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": true,
"inlineSources": true
},
"files": [
"public_api.ts",
"node_modules/zone.js/dist/zone.js.d.ts"
],
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"flatModuleOutFile": "ng2-interceptors.js",
"flatModuleId": "nz-ng2-interceptors"
}
}