UNPKG
reachy-url
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Zero dependency nodejs library for checking if URL is reachable or not
reachy-url
/
tsconfig.json
15 lines
(14 loc)
•
304 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"module"
:
"es2020"
,
"moduleResolution"
:
"node"
,
"resolveJsonModule"
:
true
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"incremental"
:
true
,
"emitDeclarationOnly"
:
true
,
"outDir"
:
"./lib/"
}
,
"include"
:
[
"index.ts"
]
}