UNPKG
@devino.solutions/upup
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
README.md
github.com/DevinoSolutions/upup
DevinoSolutions/upup
@devino.solutions/upup
/
tsconfig.node.json
10 lines
(9 loc)
•
196 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"lib"
:
[
"esnext"
]
,
"module"
:
"esnext"
,
"types"
:
[
"node"
]
}
,
"include"
:
[
"src/backend"
,
"src/shared"
]
}