mirror of
https://github.com/zkitter/zkitterd.git
synced 2026-01-09 13:47:56 -05:00
27 lines
407 B
JSON
27 lines
407 B
JSON
{
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
|
"check-coverage": true,
|
|
"all": true,
|
|
"extension": [
|
|
".ts",
|
|
".js"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
],
|
|
"exclude": [
|
|
"**/*.d.ts",
|
|
"**/*.config.js",
|
|
"**/*.test.ts",
|
|
"coverage/",
|
|
"node_modules/",
|
|
"build/"
|
|
],
|
|
"reporter": [
|
|
"text",
|
|
"lcov"
|
|
],
|
|
"lines": 75,
|
|
"functions": 75,
|
|
"statements": 75
|
|
} |