UNPKG
@cashfarm/plow
Version:
latest (0.5.0)
next (0.5.0-rc.3)
0.5.0
0.5.0-rc.6
0.5.0-rc.5
0.5.0-rc.4
0.5.0-rc.3
0.5.0-rc.2
0.5.0-rc.1
0.4.0-RC.4
0.4.0-RC.3
0.4.0-RC.2
0.4.0-RC.1
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
Library for validating input data and parameters
github.com/cashfarm/plow
cashfarm/plow
@cashfarm/plow
/
config
/
tsconfig.strict.json
12 lines
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"strictNullChecks"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"noFallthroughCasesInSwitch"
:
true
,
"noImplicitAny"
:
true
,
"noImplicitReturns"
:
true
,
"noImplicitThis"
:
true
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
}
}