UNPKG
@dofy/emojidb
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
1.4.9
1.4.8
1.4.6
1.4.4
1.4.2
1.4.0
1.3.5
1.3.3
1.3.1
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
emoji database cli
github.com/dofy/emojidb
dofy/emojidb
@dofy/emojidb
/
tsconfig.json
12 lines
(11 loc)
•
224 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es2016"
,
"module"
:
"commonjs"
,
"outDir"
:
"./bin"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
}