UNPKG
@canvacord/emoji-parser
Version:
latest (1.0.1)
1.0.1
1.0.0
Emoji parser for canvacord.
github.com/DevSnowflake/emoji-parser
DevSnowflake/emoji-parser
@canvacord/emoji-parser
/
tsconfig.json
15 lines
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"ES2020"
,
"declaration"
:
true
,
"strict"
:
true
,
"strictNullChecks"
:
false
,
"esModuleInterop"
:
true
,
"outDir"
:
"./build/"
}
,
"files"
:
[
"src/Util.ts"
,
"src/index.ts"
]
}