You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
435 B
JSON
19 lines
435 B
JSON
{
|
|
"tslint.autoFixOnSave": true,
|
|
"tslint.jsEnable": false,
|
|
"mocha-snippets.semicolon": false,
|
|
"mocha-snippets.glob": "src/**/*.spec.ts",
|
|
"mocha.files.glob": "src/**/*.spec.ts",
|
|
"mocha.requires": [
|
|
"dotenv/config",
|
|
"ts-node/register"
|
|
],
|
|
"mocha.options": {
|
|
"reporter": "list"
|
|
},
|
|
"coverage-gutters.showGutterCoverage": true,
|
|
"eslint.packageManager": "yarn",
|
|
"search.exclude": {
|
|
"**/dist": true
|
|
}
|
|
} |