@vuedx/projectconfig
Advanced tools
Comparing version 0.3.3-insiders-1607576746.0 to 0.3.3-insiders-1607577772.0
@@ -14,2 +14,5 @@ interface ImportSource { | ||
}; | ||
template: { | ||
directiveSyntax: 'shorthand' | 'longhand'; | ||
}; | ||
} | ||
@@ -16,0 +19,0 @@ interface ProjectConfigNormalized { |
{ | ||
"name": "@vuedx/projectconfig", | ||
"version": "0.3.3-insiders-1607576746.0", | ||
"version": "0.3.3-insiders-1607577772.0", | ||
"description": "TypeScript plugin for Vue", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -38,5 +38,3 @@ { | ||
"additionalProperties": false, | ||
"required": [ | ||
"moduleName" | ||
] | ||
"required": ["moduleName"] | ||
} | ||
@@ -62,5 +60,3 @@ ] | ||
}, | ||
"default": [ | ||
"src/components/" | ||
] | ||
"default": ["src/components/"] | ||
}, | ||
@@ -73,7 +69,3 @@ "script": { | ||
"description": "Preferred script block mode", | ||
"enum": [ | ||
"setup", | ||
"setup-ref", | ||
"normal" | ||
], | ||
"enum": ["setup", "setup-ref", "normal"], | ||
"default": "normal" | ||
@@ -83,6 +75,3 @@ }, | ||
"description": "Preferred script block language", | ||
"enum": [ | ||
"js", | ||
"ts" | ||
], | ||
"enum": ["js", "ts"], | ||
"default": "js" | ||
@@ -98,12 +87,15 @@ } | ||
"description": "Preferred style block language", | ||
"enum": [ | ||
"css", | ||
"scss", | ||
"sass", | ||
"styl", | ||
"stylus", | ||
"less" | ||
] | ||
"enum": ["css", "scss", "sass", "styl", "stylus", "less"] | ||
} | ||
} | ||
}, | ||
"template": { | ||
"type": "object", | ||
"description": "Template block preferences", | ||
"properties": { | ||
"directiveSyntax": { | ||
"description": "Preferred directive syntax", | ||
"enum": ["shorthand", "longhand"] | ||
} | ||
} | ||
} | ||
@@ -110,0 +102,0 @@ } |
5515
126