10 lines
No EOL
277 B
JSON
10 lines
No EOL
277 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"editor.insertSpaces": false,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"out": true
|
|
},
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
"mochaExplorer.files": "out/**/test/*.test.js"
|
|
} |