UNPKG
unmock-browser
Version:
latest (0.3.18)
0.3.18
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
Unmock for browser and React Native
github.com/unmock/unmock-js
unmock/unmock-js
unmock-browser
/
tsconfig.json
15 lines
(14 loc)
•
307 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "extends":
"../../tsconfig.base"
,
"compilerOptions"
: { "rootDir":
"./src"
,
"outDir"
:
"./dist"
}, "include": [
"src/**/*"
],
"exclude"
: [
"**/__tests__"
],
"references"
: [ { "
path
":
"../unmock-core"
}, { "
path
":
"../unmock-fetch"
}, { "
path
":
"../unmock-xmlhttprequest"
} ] }