fast-csv
Version:
CSV parser and writer
21 lines (20 loc) • 389 B
Plain Text
{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"check-coverage": true,
"exclude": [
"**/*.d.ts",
"coverage/**",
"packages/*/test/**",
"test/**",
"test{,-*}.ts",
"**/*{.,-}{test,spec}.ts",
"**/__tests__/**",
"**/node_modules/**",
"benchmark/**/*",
"examples/**/*",
"docs/**/*",
".eslintrc.js",
".mocharc.js"
]
}