UNPKG
mini-fetchy
Version:
latest (1.2.0)
1.2.0
1.0.2
1.0.1
1.0.0
Custom fetch client for reusable HTTP calls
mini-fetchy
/
tsconfig.json
12 lines
(11 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
// Output directory
"strict"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src"
]
// Include the source files inside `src/`
}