mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-17 22:27:34 +00:00
chore: update version to 1.16.0 and comment out checkJs in tsconfig
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user