UNPKG
cooky-cutter
Version:
latest (1.5.4)
1.5.4
1.5.3
1.5.2
1.5.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Object factories for testing in TypeScript
skovy.github.io/cooky-cutter/
skovy/cooky-cutter
cooky-cutter
/
tsconfig.json
15 lines
(14 loc)
•
314 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"strict"
:
true
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
,
"noImplicitReturns"
:
true
,
"noFallthroughCasesInSwitch"
:
true
,
"outDir"
:
"dist"
}
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}