@kcconfigs/tsconfig 0.0.1 → 0.1.0-beta.0
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 +27 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 0.1.0-beta.0 (2025-12-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **core:** move all packages into packages/* directory ([58230cd](https://github.com/kc-workspace/kcws/commit/58230cd286d0dea953d232806c91508ebfc57701))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Performance Improvements
|
|
12
|
+
|
|
13
|
+
* **kcconfigs/tsconfig:** include @kctypes/generic types by default ([b795bad](https://github.com/kc-workspace/kcws/commit/b795bad2ffe90ea3dfc80c3444cd7e88e9228e64))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bugfixes
|
|
17
|
+
|
|
18
|
+
* exclude node_modules from tsconfig to avoid parsing external dependency files ([2af05dc](https://github.com/kc-workspace/kcws/commit/2af05dcb910995551abf5141c153840710cea18f))
|
|
19
|
+
* homepage contains invalid url ([0ee37d6](https://github.com/kc-workspace/kcws/commit/0ee37d641fe5b04fb019099915c8aa3ddfed3be7))
|
|
20
|
+
* trigger re-release please ([65447a7](https://github.com/kc-workspace/kcws/commit/65447a776ed2f8638f6f35a4d00277d407143114))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* The following workspace dependencies were updated
|
|
26
|
+
* devDependencies
|
|
27
|
+
* @kcconfigs/biome bumped to 0.1.0
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kcconfigs/tsconfig",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.1.0-beta.0",
|
|
4
4
|
"description": "Common typescript configuration for kc's",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@types/node": "^24.0.0",
|
|
7
7
|
"@biomejs/biome": "2.3.8",
|
|
8
|
-
"@kcconfigs/biome": "0.0
|
|
8
|
+
"@kcconfigs/biome": "0.1.0",
|
|
9
9
|
"@kctypes/generic": "1.30.3",
|
|
10
10
|
"@kctypes/package_json": "1.30.4"
|
|
11
11
|
},
|