UNPKG
@biorate/opensearch
Version:
latest (1.158.1)
1.158.1
1.158.0
1.157.0
1.156.2
1.156.0
1.120.0
1.104.0
1.102.1
1.102.0
1.100.0
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.88.1
1.88.0
OpenSearch OOP static interface
biorate.github.io/core
biorate/core
@biorate/opensearch
/
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"
]
}