UNPKG
@zerospacegg/vynthra
Version:
latest (1.0.1)
1.0.1
1.0.0
Discord bot for ZeroSpace.gg data
github.com/zerospace-gg/zsgg/tree/main/vynthra
zerospace-gg/zsgg
@zerospacegg/vynthra
/
tsconfig.esm.json
13 lines
(12 loc)
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"Node16"
,
"moduleResolution"
:
"node16"
,
"outDir"
:
"./dist/esm"
,
"rootDir"
:
"./src"
,
"declaration"
:
true
,
"declarationMap"
:
true
,
"composite"
:
false
}
}