Files
fullstack-starter/apps/desktop/package.json
imbytecat 553e055a96 feat: 添加 TypeScript 支持和类型定义
- 添加类型定义和 TypeScript 依赖以支持类型检查和开发环境。
2026-01-21 23:21:02 +08:00

16 lines
292 B
JSON

{
"name": "@furtherverse/desktop",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tauri build",
"dev": "tauri dev"
},
"devDependencies": {
"@tauri-apps/cli": "catalog:",
"@types/bun": "catalog:",
"typescript": "catalog:"
}
}