summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 0ceec23acd8b0d51601fd8140ad9c3d6736375f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"search.exclude": {
		"**/node_modules": true
	},
	"typescript.tsdk": "node_modules/typescript/lib",
	"files.associations": {
		"*.test.ts": "typescript"
	},
	"jest.jestCommandLine": "pnpm run jest",
	"jest.runMode": "on-demand",
	"editor.codeActionsOnSave": {
		"source.fixAll": "explicit"
	},
	"editor.formatOnSave": false
}