@toolsplus/nx-forge 3.2.1 → 3.2.2
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/package.json
CHANGED
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"babelJest": {
|
|
54
54
|
"type": "boolean",
|
|
55
55
|
"description": "Use `babel` instead of `ts-jest`.",
|
|
56
|
-
"default": false
|
|
56
|
+
"default": false,
|
|
57
|
+
"x-deprecated": "Use --swcJest instead for faster compilation"
|
|
57
58
|
},
|
|
58
59
|
"js": {
|
|
59
60
|
"type": "boolean",
|
|
60
61
|
"description": "Generate JavaScript files rather than TypeScript files.",
|
|
61
|
-
"default": false
|
|
62
|
-
"x-deprecated": "Use --swcJest instead for faster compilation"
|
|
62
|
+
"default": false
|
|
63
63
|
},
|
|
64
64
|
"setParserOptionsProject": {
|
|
65
65
|
"type": "boolean",
|