From 50424e38f44ab70e102ccc1ac23ccc629ffe624b Mon Sep 17 00:00:00 2001 From: Haileyesus Date: Fri, 30 Jan 2026 17:17:28 +0300 Subject: [PATCH] chore: update version to 1.16.0 and comment out checkJs in tsconfig --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2858e5..7aaca1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@siteboon/claude-code-ui", - "version": "1.15.0", + "version": "1.16.0", "description": "A web-based UI for Claude Code CLI", "type": "module", "main": "server/index.js", diff --git a/tsconfig.json b/tsconfig.json index 86012e5..5747082 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "strict": true, "forceConsistentCasingInFileNames": true, "allowJs": true, - "checkJs": true, + // "checkJs": true, "types": ["vite/client"] }, "include": ["src", "shared", "vite.config.js"]