UNPKG
kalshi-typescript
Version:
latest (3.16.0)
3.16.0
3.15.0
3.14.0
3.13.0
3.12.0
3.11.0
3.10.0
3.9.0
3.8.0
3.7.0
3.6.0
3.5.0
3.4.0
3.3.0
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
OpenAPI client for kalshi-typescript
github.com/GIT_USER_ID/GIT_REPO_ID
GIT_USER_ID/GIT_REPO_ID
kalshi-typescript
/
tsconfig.esm.json
8 lines
(7 loc)
•
112 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"esnext"
,
"outDir"
:
"dist/esm"
}
}