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"]