Sign in
apache
/
incubator-resilientdb-ResContract
/
refs/heads/deploy
/
.
/
node_modules
/
rxjs
/
src
/
tsconfig.base.json
blob: c2f45b218aa4a8ac2985ff8e96125715b193f523 [
file
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"noEmit"
:
false
,
"baseUrl"
:
"."
,
"paths"
:
{
"rxjs"
:
[
"./"
],
"rxjs/*"
:
[
"./*"
]
}
},
"include"
:
[
"./**/*.ts"
]
}