smartsocket/.vscode/settings.json

28 lines
640 B
JSON
Raw Normal View History

2020-09-24 18:04:11 +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"]
}
}
}
}
}
}
2022-03-14 21:40:55 +00:00
],
"typescript.tsdk": "node_modules/typescript/lib"
2020-09-24 18:04:11 +00:00
}