UNPKG
@caict/bop-typescript-sdk
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Xinghuo bop sdk
github.com/caict-4iot-dev/bop-typescript-sdk
caict-4iot-dev/bop-typescript-sdk
@caict/bop-typescript-sdk
/
src
/
bop
/
bop-base
/
tsconfig.json
9 lines
(8 loc)
•
207 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"../../../base.tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../../dist/bop/bop-base"
,
"composite"
:
true
}
,
"include"
:
[
"./*.ts"
,
"./test/*.ts"
,
"../bop-proto/*.ts"
]
}