slack/.vscode/settings.json

28 lines
640 B
JSON
Raw Normal View History

2024-01-24 14:58:23 +00:00
{
"json.schemas": [
{
"fileMatch": ["/npmextra.json"],
"schema": {
"type": "object",
"properties": {
"npmci": {
"type": "object",
"description": "settings for npmci"
},
"gitzone": {
"type": "object",
"description": "settings for gitzone",
"properties": {
"projectType": {
"type": "string",
"enum": ["website", "element", "service", "npm", "wcc"]
}
}
}
}
}
}
2024-01-24 23:09:32 +00:00
],
"typescript.tsdk": "node_modules/typescript/lib"
2024-01-24 14:58:23 +00:00
}