aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 61a3bb7cbf532ac71ba488c2c16e6602b9af2be2 (plain) (blame)
1
2
3
4
5
6
7
{
	"css.validate": false,
	"editor.quickSuggestions": {
		"strings": true
  },
  "typescript.tsdk": "node_modules/typescript/lib"
}