UNPKG
@dan73/is-positive
Version:
latest (1.0.1)
1.0.1
1.0.0
Is the given number is positive ?
github.com/ngimdock/first-npm-package
ngimdock/first-npm-package
@dan73/is-positive
/
tsconfig.json
15 lines
(12 loc)
•
265 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"outDir"
:
"build"
,
"target"
:
"ESNext"
,
"noEmitOnError"
:
false
,
"noUncheckedIndexedAccess"
:
true
,
"declaration"
:
true
}
,
"files"
:
[
"index.ts"
]
,
"include"
:
[
"**/*.ts"
]
,
"exclude"
:
[
"./build"
,
"./node_modules"
]
}