UNPKG
@weaverslab/feature-flags
Version:
latest (1.0.1)
1.0.1
1.0.0
Feature flags for CodeWeavers
@weaverslab/feature-flags
/
tsconfig.json
13 lines
(12 loc)
•
250 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2021"
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"node"
,
"outDir"
:
"dist"
,
"declaration"
:
true
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
}
}