We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1cc5f commit 665c304Copy full SHA for 665c304
1 file changed
schema.json
@@ -0,0 +1,15 @@
1
+{
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "$schema": { "type": "string" },
6
+ "aliases": {
7
8
9
+ "components": { "type": "string", "description": "The path where components will be installed." },
10
+ "utils": { "type": "string", "description": "The path where core utilities will be installed." },
11
+ "styles": { "type": "string", "description": "The path to your global stylesheet." }
12
+ }
13
14
15
+}
0 commit comments