UNPKG
trello-reporter
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Reporter Tool based on trello.
github.com/niklaus0823/trello-reporter
niklaus0823/trello-reporter
trello-reporter
/
tsconfig.json
18 lines
•
314 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"commonjs"
,
"sourceMap"
:
false
,
"allowJs"
:
true
,
"rootDir"
:
"src"
,
"outDir"
:
"build"
,
"experimentalDecorators"
:
true
,
"emitDecoratorMetadata"
:
true
}
,
"include"
:
[
"src/**/*.ts"
]
,
"exclude"
:
[
"node_modules"
]
}