ng2-social-share
Version:
Angular2 social share module, share urls and content on social networks such as facebook, google+, twitter, pinterest and so on -
21 lines • 557 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"inlineSourceMap": true,
"inlineSources": true,
"declaration": true,
"moduleResolution": "node"
},
"files": [
"typings/index.d.ts",
"./src/ng2-social-share.ts",
"./src/facebookParams.ts",
"./src/googlePlusParams.ts",
"./src/twitterParams.ts",
"./src/pinterestParams.ts"
]
}