UNPKG
@hasura/ndc-sdk-typescript
Version:
latest (8.2.0)
8.2.0
8.1.0
8.0.0
8.0.0-rc.1
8.0.0-rc.0
7.1.0
7.0.0
6.1.0
6.0.0
5.2.0
5.1.0
5.0.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.1
4.2.0
4.1.0
4.0.0
3.0.0
2.0.0
1.4.0
1.3.0
1.3.0-alpha.2
1.3.0-alpha.1
1.3.0-alpha.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
This SDK is mostly analogous to the Rust SDK, except where necessary.
@hasura/ndc-sdk-typescript
/
tsconfig.json
16 lines
(15 loc)
•
277 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"@tsconfig/node18"
,
"compilerOptions"
:
{
"rootDir"
:
"./src"
,
"resolveJsonModule"
:
true
,
"declaration"
:
true
,
"declarationMap"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"./dist"
}
,
"include"
:
[
"src/**/*.ts"
,
"src/**/*.json"
]
}