-
Guilherme Gazzo authoredGuilherme Gazzo authored
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"]
}