Skip to content
Snippets Groups Projects
settings.json 267 B
{
	"eslint.workingDirectories": [
		{
			"directory": "packages/*",
			"changeProcessCWD": true
		},
		{
			"directory": "apps/meteor",
			"changeProcessCWD": true
		}
	],
	"typescript.tsdk": "./node_modules/typescript/lib",
	"cSpell.words": ["photoswipe", "tmid"]
}