UNPKG
@hubbleprotocol/carpool-typescript-client
Version:
latest (1.0.1)
1.0.1
1.0.0
OpenAPI TypeScript client for Carpool
@hubbleprotocol/carpool-typescript-client
/
tsconfig.json
22 lines
(21 loc)
•
321 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"."
,
"lib"
:
[
"es6"
,
"dom"
]
,
"typeRoots"
:
[
"node_modules/@types"
]
}
,
"exclude"
:
[
"dist"
,
"node_modules"
]
}