motu-angular2-social-login
Version:
Simple client side social authentication for Angular2 application.
27 lines • 547 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"stripInternal": true,
"experimentalDecorators": true,
"strictNullChecks": true,
"noImplicitAny": true,
"module": "es2015",
"moduleResolution": "node",
"outDir": "dist",
"sourceMap": true,
"inlineSources": true,
"target": "es5",
"skipLibCheck": true,
"lib": [
"es2015",
"dom"
]
},
"files": [
"src/index.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": true
}
}