UNPKG
zholdem
Version:
latest (1.0.1)
1.0.1
A library for computing holdem hands
github.com/xinbenlv/zholdem
xinbenlv/zholdem
zholdem
/
tsconfig.json
9 lines
(8 loc)
•
120 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"experimentalDecorators"
:
true
,
"typeRoots"
:
[
"node_modules/@types"
]
}
}