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
/
tsconfig.json
14 lines
•
350 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"strict"
:
true
,
"noImplicitAny"
:
true
,
"noImplicitThis"
:
true
,
"strictNullChecks"
:
true
,
"strictFunctionTypes"
:
true
,
"outDir"
:
"cjs/"
,
"declaration"
:
true
,
"target"
:
"es3"
,
}
,
"include"
:
[
"src/**/*.ts"
]
,
"exclude"
:
[
"node_modules"
]
}