UNPKG
@causalfoundry/js-sdk
Version:
latest (0.9.12)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.15
1.1.14
1.1.12
1.1.11
1.1.10
1.1.9
0.9.12
0.9.8
0.9.6
0.9.5
0.9.4
0.9.3
0.9.1
0.6.1
0.3.12
0.3.11
0.3.9
0.3.8
0.3.7
0.3.6
0.3.2
0.0.20
0.0.18
0.0.3
0.0.2
0.0.1
Causal Foundry WEB SDK (JS/TS)
docs.causalfoundry.ai
@causalfoundry/js-sdk
/
tsconfig.json
18 lines
(17 loc)
•
288 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"lib"
:
[
"dom"
]
,
"resolveJsonModule"
:
true
,
"sourceMap"
:
false
,
"module"
:
"commonjs"
,
"target"
:
"es2021"
,
"declaration"
:
true
,
"outDir"
:
"./lib"
}
,
"include"
:
[
"src/**/typings.ts"
,
"src/**/commonTypes.ts"
]
}