UNPKG
@biorate/schema-registry
Version:
latest (3.0.4)
3.0.4
3.0.2
3.0.1
3.0.0
2.2.3
2.2.1
2.2.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.163.0
1.156.2
1.156.1
1.155.0
1.154.0
1.152.1
1.152.0
1.151.0
1.150.0
1.149.0
1.148.2
1.148.1
1.148.0
1.146.0
1.145.0
1.144.0
1.143.0
1.142.0
1.140.0
1.139.0
1.138.2
1.138.1
1.120.0
1.117.0
1.116.0
1.115.0
1.114.0
1.112.0
1.110.0
1.105.1
1.105.0
1.104.0
1.102.1
1.102.0
1.100.0
1.96.2
1.96.1
1.96.0
1.95.1
1.95.0
1.93.1
1.93.0
1.91.5
1.91.4
1.91.3
1.91.2
1.91.1
1.91.0
1.90.0
1.86.0
1.76.3
1.65.4
1.59.0
1.54.0
1.44.1
1.44.0
1.42.2
1.42.1
1.38.4
1.38.3
1.38.2
1.38.1
1.30.12
1.30.11
1.30.10
1.30.8
1.29.0
1.28.1
1.28.0
1.27.4
1.27.3
1.27.2
1.27.1
1.27.0
1.26.0
1.24.10
1.24.9
1.24.8
1.24.0
1.22.7
1.22.6
1.21.0
1.20.1
1.11.8
1.11.7
1.11.6
1.11.4
1.11.2
1.10.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.2.2
1.0.0
0.30.19
0.30.18
0.30.17
0.30.11
0.30.9
0.30.7
0.30.6
0.30.5
0.30.2
0.30.0
0.29.1
0.28.3
0.28.0
0.27.3
0.27.0
0.26.0
0.25.0
0.23.3
0.23.2
0.23.1
0.23.0
Schema registry connector
biorate.github.io/core
biorate/core
@biorate/schema-registry
/
tsconfig.json
10 lines
(9 loc)
•
224 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../../tsconfig.json"
,
"compilerOptions"
:
{
"strict"
:
true
,
"strictPropertyInitialization"
:
false
}
,
"include"
:
[
"index.ts"
,
"src/**/*"
,
"tests/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}