UNPKG
koa-if-else
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Koa Middleware for if/else/elseif logic
github.com/imaustink/koa-if-else
imaustink/koa-if-else
koa-if-else
/
tsconfig.json
11 lines
(10 loc)
•
193 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"module"
:
"commonjs"
,
"types"
:
[
"jest"
,
"node"
]
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
}
,
"include"
:
[
"./index.ts"
]
}