mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
18 lines
281 B
JSON
18 lines
281 B
JSON
{
|
|
"enabled": true,
|
|
"relativeSourcePath": "..",
|
|
"relativeCoverageDir": "../../coverage",
|
|
"ignorePatterns": [
|
|
"**/node_modules/**"
|
|
],
|
|
"includePid": false,
|
|
"reports": [
|
|
"json"
|
|
],
|
|
"verbose": false,
|
|
"remapOptions": {
|
|
"basePath": "../..",
|
|
"useAbsolutePaths": true
|
|
}
|
|
}
|