@storm-software/workspace-tools 1.16.9 → 1.16.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +19 -15
- package/index.js +1353 -1353
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +1356 -1356
- package/src/executors/tsup/get-config.js +1083 -1083
- package/src/executors/tsup/schema.json +3 -3
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"tsConfig": {
|
|
22
22
|
"type": "string",
|
|
23
|
-
"description": "The path to tsconfig file.",
|
|
23
|
+
"description": "The path to the `tsconfig.json` file.",
|
|
24
24
|
"x-completion-type": "file",
|
|
25
25
|
"x-completion-glob": "tsconfig.*.json",
|
|
26
26
|
"x-priority": "important",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"external": {
|
|
38
38
|
"type": "array",
|
|
39
|
-
"description": "Mark one or more module as external. Can use * wildcards, such as
|
|
39
|
+
"description": "Mark one or more module as external. Can use * wildcards, such as *.png.",
|
|
40
40
|
"items": {
|
|
41
41
|
"type": "string"
|
|
42
42
|
}
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
"banner": {
|
|
85
85
|
"type": "string",
|
|
86
|
-
"description": "A short heading added to the top of each typescript file added in the output folder's src directory.",
|
|
86
|
+
"description": "A short heading added to the top of each typescript file added in the output folder's `src` directory.",
|
|
87
87
|
"default": "This code was developed by Storm Software (<https://stormsoftware.org>) and is licensed under the Apache License 2.0."
|
|
88
88
|
},
|
|
89
89
|
"verbose": {
|