26 строки
363 B
JSON
26 строки
363 B
JSON
{
|
|
"cache": false,
|
|
"check-coverage": false,
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"include": [
|
|
"**/*.js",
|
|
"**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"coverage/**",
|
|
"node_modules/**",
|
|
"**/*.d.ts",
|
|
"**/*.test.ts",
|
|
"**/*.js"
|
|
],
|
|
"sourceMap": true,
|
|
"reporter": [
|
|
"html",
|
|
"text",
|
|
"text-summary"
|
|
],
|
|
"all": true,
|
|
"instrument": true
|
|
} |