@storm-software/workspace-tools 1.62.1 → 1.62.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/CHANGELOG.md +14 -0
- package/index.js +2 -2
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +2 -2
- package/src/executors/tsup-browser/executor.js +2 -2
- package/src/executors/tsup-neutral/executor.js +2 -2
- package/src/executors/tsup-node/executor.js +2 -2
- package/src/utils/index.js +2 -2
package/package.json
CHANGED
|
@@ -462762,7 +462762,6 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options8) {
|
|
|
462762
462762
|
...config,
|
|
462763
462763
|
compilerOptions: {
|
|
462764
462764
|
...config?.compilerOptions,
|
|
462765
|
-
include: ["**/*"],
|
|
462766
462765
|
outDir: outputPath,
|
|
462767
462766
|
noEmit: false,
|
|
462768
462767
|
esModuleInterop: true,
|
|
@@ -462772,7 +462771,8 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options8) {
|
|
|
462772
462771
|
declaration: true,
|
|
462773
462772
|
declarationMap: true,
|
|
462774
462773
|
declarationDir: (0, import_devkit2.joinPathFragments)(workspaceRoot, "tmp", ".tsup", "declaration")
|
|
462775
|
-
}
|
|
462774
|
+
},
|
|
462775
|
+
include: ["**/*"]
|
|
462776
462776
|
},
|
|
462777
462777
|
import_typescript.sys,
|
|
462778
462778
|
(0, import_node_path4.dirname)(options8.tsConfig)
|
|
@@ -456572,7 +456572,6 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options8) {
|
|
|
456572
456572
|
...config,
|
|
456573
456573
|
compilerOptions: {
|
|
456574
456574
|
...config?.compilerOptions,
|
|
456575
|
-
include: ["**/*"],
|
|
456576
456575
|
outDir: outputPath,
|
|
456577
456576
|
noEmit: false,
|
|
456578
456577
|
esModuleInterop: true,
|
|
@@ -456582,7 +456581,8 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options8) {
|
|
|
456582
456581
|
declaration: true,
|
|
456583
456582
|
declarationMap: true,
|
|
456584
456583
|
declarationDir: (0, import_devkit2.joinPathFragments)(workspaceRoot, "tmp", ".tsup", "declaration")
|
|
456585
|
-
}
|
|
456584
|
+
},
|
|
456585
|
+
include: ["**/*"]
|
|
456586
456586
|
},
|
|
456587
456587
|
import_typescript.sys,
|
|
456588
456588
|
(0, import_node_path4.dirname)(options8.tsConfig)
|
|
@@ -456572,7 +456572,6 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options8) {
|
|
|
456572
456572
|
...config,
|
|
456573
456573
|
compilerOptions: {
|
|
456574
456574
|
...config?.compilerOptions,
|
|
456575
|
-
include: ["**/*"],
|
|
456576
456575
|
outDir: outputPath,
|
|
456577
456576
|
noEmit: false,
|
|
456578
456577
|
esModuleInterop: true,
|
|
@@ -456582,7 +456581,8 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options8) {
|
|
|
456582
456581
|
declaration: true,
|
|
456583
456582
|
declarationMap: true,
|
|
456584
456583
|
declarationDir: (0, import_devkit2.joinPathFragments)(workspaceRoot, "tmp", ".tsup", "declaration")
|
|
456585
|
-
}
|
|
456584
|
+
},
|
|
456585
|
+
include: ["**/*"]
|
|
456586
456586
|
},
|
|
456587
456587
|
import_typescript.sys,
|
|
456588
456588
|
(0, import_node_path4.dirname)(options8.tsConfig)
|
|
@@ -456572,7 +456572,6 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options8) {
|
|
|
456572
456572
|
...config,
|
|
456573
456573
|
compilerOptions: {
|
|
456574
456574
|
...config?.compilerOptions,
|
|
456575
|
-
include: ["**/*"],
|
|
456576
456575
|
outDir: outputPath,
|
|
456577
456576
|
noEmit: false,
|
|
456578
456577
|
esModuleInterop: true,
|
|
@@ -456582,7 +456581,8 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options8) {
|
|
|
456582
456581
|
declaration: true,
|
|
456583
456582
|
declarationMap: true,
|
|
456584
456583
|
declarationDir: (0, import_devkit2.joinPathFragments)(workspaceRoot, "tmp", ".tsup", "declaration")
|
|
456585
|
-
}
|
|
456584
|
+
},
|
|
456585
|
+
include: ["**/*"]
|
|
456586
456586
|
},
|
|
456587
456587
|
import_typescript.sys,
|
|
456588
456588
|
(0, import_node_path4.dirname)(options8.tsConfig)
|
package/src/utils/index.js
CHANGED
|
@@ -461361,7 +461361,6 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options8) {
|
|
|
461361
461361
|
...config,
|
|
461362
461362
|
compilerOptions: {
|
|
461363
461363
|
...config?.compilerOptions,
|
|
461364
|
-
include: ["**/*"],
|
|
461365
461364
|
outDir: outputPath,
|
|
461366
461365
|
noEmit: false,
|
|
461367
461366
|
esModuleInterop: true,
|
|
@@ -461371,7 +461370,8 @@ function getNormalizedTsConfig(workspaceRoot, outputPath, options8) {
|
|
|
461371
461370
|
declaration: true,
|
|
461372
461371
|
declarationMap: true,
|
|
461373
461372
|
declarationDir: (0, import_devkit2.joinPathFragments)(workspaceRoot, "tmp", ".tsup", "declaration")
|
|
461374
|
-
}
|
|
461373
|
+
},
|
|
461374
|
+
include: ["**/*"]
|
|
461375
461375
|
},
|
|
461376
461376
|
import_typescript.sys,
|
|
461377
461377
|
(0, import_node_path3.dirname)(options8.tsConfig)
|