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