UNPKG
twitch-emote
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
splice twitch emotes from a message string
twitch-emote
/
examples
/
TypeScript
/
tsconfig.json
11 lines
(10 loc)
•
219 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"module"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"outDir"
:
"../JavaScript"
,
"strict"
:
true
}
,
"exclude"
:
[
"twitch-emotes"
]
}