7 lines
154 B
JSON
7 lines
154 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nycrc.json",
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
|
"all": true,
|
|
"include": ["src/**/*.ts"]
|
|
}
|