UNPKG
kalshi-typescript
Version:
latest (3.13.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.json
19 lines
(18 loc)
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"ES6"
,
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"."
,
"moduleResolution"
:
"node"
,
"typeRoots"
:
[
"node_modules/@types"
]
}
,
"exclude"
:
[
"dist"
,
"node_modules"
]
}