archive-monorepo/.vscode/settings.json
T-Hax 6006120e60
Set up monorepo
Signed-off-by: T-Hax <>
2023-05-03 20:35:27 +00:00

8 lines
126 B
JSON

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