blob: 86141cda3fac4fdb017373c20737eb28a71cfa72 [file] [log] [blame]
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
// set these to true to hide the "out" folder with the compiled JS files
"out": false,
"dist": false,
},
"search.exclude": {
// set these to false to include "out" folder in search results
"out": true,
"dist": true
},
"files.associations": {
".eslintrc.json": "jsonc",
},
"files.insertFinalNewline": true,
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"editor.formatOnSave": true,
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"js/ts.implicitProjectConfig.experimentalDecorators": true,
}