chore: update version to 1.16.0 and comment out checkJs in tsconfig

This commit is contained in:
Haileyesus
2026-01-30 17:17:28 +03:00
committed by simosmik
parent 86b421c790
commit 88bda6e5c0
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
"dist/", "dist/",
"README.md" "README.md"
], ],
"homepage": "https://claudecodeui.siteboon.ai", "homepage": "https://cloudcli.ai",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/siteboon/claudecodeui.git" "url": "git+https://github.com/siteboon/claudecodeui.git"

View File

@@ -13,7 +13,7 @@
"strict": true, "strict": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"allowJs": true, "allowJs": true,
"checkJs": true, // "checkJs": true,
"types": ["vite/client"] "types": ["vite/client"]
}, },
"include": ["src", "shared", "vite.config.js"] "include": ["src", "shared", "vite.config.js"]