UNPKG
@santi100a/percentage-lib
Version:
latest (0.0.1)
0.0.1
Santi's Powerful Percentage Function: Easily find percentages!
santi100a/percentage-lib
@santi100a/percentage-lib
/
tests
/
tsconfig.json
10 lines
•
217 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"target"
:
"es3"
,
"strict"
:
true
,
"noImplicitAny"
:
true
,
"noImplicitThis"
:
true
,
"strictNullChecks"
:
true
,
"strictFunctionTypes"
:
true
,
}
}