archive-monorepo/.vscode/settings.json

8 lines
126 B
JSON
Raw Normal View History

{
"typescript.tsdk": "node_modules/typescript/lib",
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
}
}