UNPKG
ccq-core
Version:
latest (0.1.1)
0.1.1
koa project with typescript
ccq-core
/
tsconfig.json
16 lines
•
348 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"lib"
:
[
"es5"
,
"es6"
]
,
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"sourceMap"
:
false
,
"outDir"
:
"./"
}
,
"exclude"
:
[
"node_modules"
,
"app"
]
}