UNPKG
@gaikema/emojify
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Transform a block of text into an emojipasta
www.mattgaikema.com/Static/Emojify/index.html
@gaikema/emojify
/
tsconfig.json
13 lines
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
//
https:
/
/medium.com/
@mweststrate
/how-to-create-strongly-typed-npm-modules-1e1bda23a7f4
#.h8isia26j
"compilerOptions"
: {
"removeComments"
:
true
,
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"declaration"
:
true
,
"outDir"
:
"lib/"
},
"files"
: [
"src/Emojify.ts"
] }