UNPKG
erium
Version:
latest (1.0.4-bugfixes)
1.0.4
1.0.4-bugfixes
1.0.3
1.0.3-fix2
1.0.3-fix
1.0.2
1.0.2-fix
0.0.1
Erium is Discord Bot Library made in typescript
github.com/NotSkieslol/Erium
NotSkieslol/Erium
erium
/
tsconfig.json
11 lines
•
235 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"lib"
:
[
"ES2020"
,
"DOM"
]
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./output"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
}
}