UNPKG
@hyper-fetch/plugin-devtools
Version:
latest (7.5.2)
7.5.2
7.5.1
7.5.0
7.4.1
7.4.0
7.3.0
7.2.6
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
Socket devtool plugin for HyperFetch
hyperfetch.bettertyped.com
BetterTyped/hyper-fetch
@hyper-fetch/plugin-devtools
/
tsconfig.json
11 lines
(10 loc)
•
231 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
: {
"baseUrl"
:
"./src"
,
"paths"
: {
"
@hyper
-fetch/plugin-devtools"
: [
"../src"
] } },
"exclude"
: [
"node_modules"
,
"dist"
,
"jest.config.ts"
,
"__tests__"
] }