dees-editor/.vscode/settings.json

28 lines
640 B
JSON
Raw Normal View History

2022-03-10 16:25:29 +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-18 15:56:50 +00:00
],
"typescript.tsdk": "node_modules/typescript/lib"
2022-03-10 16:25:29 +00:00
}