15 строки
378 B
JSON
15 строки
378 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.exclude": {
|
|
"**/*.js": { "when": "$(basename).ts"},
|
|
"**/*.js.map": true,
|
|
"out/": true
|
|
},
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
"markdownlint.config": {
|
|
"MD028": false,
|
|
"MD025": {
|
|
"front_matter_title": ""
|
|
}
|
|
}
|
|
} |