UNPKG

ng2-emojify

Version:

An angular 2 module to support built-in and custom emoji

17 lines 301 B
{ "compilerOptions": { "noImplicitAny": false, "module": "commonjs", "target": "ES5", "emitDecoratorMetadata": true, "experimentalDecorators": true, "sourceMap": true, "declaration": true }, "files": [ "ng2-emojify.ts" ], "exclude": [ "node_modules" ] }