UNPKG
@nekooftheabyss/fortuna
Version:
latest (4.2.0)
4.2.0
A Gacha-like system to roll random items with weights.
github.com/retraigo/fortuna
retraigo/fortuna
@nekooftheabyss/fortuna
/
tsconfig.json
18 lines
(17 loc)
•
302 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"target"
:
"es2022"
,
"moduleResolution"
:
"nodenext"
,
"module"
:
"NodeNext"
,
"lib"
:
[
"es2022"
]
,
"rewriteRelativeImportExtensions"
:
true
,
"declaration"
:
true
,
"isolatedModules"
:
true
}
,
"include"
:
[
"src"
]
}