UNPKG
@hypertune/openfeature-server-provider
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.0
OpenFeature provider for Hypertune.
www.hypertune.com
hypertunehq/openfeature-provider-js
@hypertune/openfeature-server-provider
/
tsconfig.json
14 lines
(13 loc)
•
314 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"exclude"
:
[
"build"
,
"node_modules"
,
"**/*.test.ts"
]
,
"compilerOptions"
:
{
"target"
:
"es2015"
,
"module"
:
"Node16"
,
"moduleResolution"
:
"Node16"
,
"outDir"
:
"./build"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
}