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
/
tsconfig.json
15 lines
(14 loc)
•
355 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"es2020"
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"rootDir"
:
"./src"
,
"outDir"
:
"./lib"
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"removeComments"
:
true
,
"strict"
:
true
}
,
"exclude"
:
[
"lib/**/*"
,
"examples/**/*"
]
}