We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0512be commit 46cb4f9Copy full SHA for 46cb4f9
2 files changed
packages/tsconfig/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [3.2.0](https://github.com/tomjs/config/compare/tsconfig%403.1.0...tsconfig%403.2.0) (2026-01-06)
2
+
3
+- feat: turn off noUncheckedIndexedAccess [d0512be](https://github.com/tomjs/config/commit/d0512be)
4
5
## [3.1.0](https://github.com/tomjs/config/compare/tsconfig%403.0.1...tsconfig%403.1.0) (2026-01-04)
6
7
- feat: remove "strict": true, [15da1a3](https://github.com/tomjs/config/commit/15da1a3)
packages/tsconfig/package.json
@@ -1,6 +1,6 @@
{
"name": "@tomjs/tsconfig",
- "version": "3.1.0",
+ "version": "3.2.0",
"description": "typescript config for tomjs",
"author": {
"name": "Tom Gao",
0 commit comments