UNPKG
@iocium/favicon-fetcher
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Favicon and BIMI logo fetcher for Cloudflare Workers and browser-compatible environments
@iocium/favicon-fetcher
/
tsconfig.json
14 lines
(13 loc)
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"ES2021"
,
"module"
:
"ESNext"
,
"lib"
:
[
"ES2021"
,
"DOM"
]
,
"outDir"
:
"dist"
,
"moduleResolution"
:
"node"
,
"strict"
:
true
,
"declaration"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src"
]
}