heritage-frontend
Go to file
Leo 22712b4bfb 初始化:添加项目基础配置文件
- 添加Git配置文件(.gitignore, .gitattributes)
- 添加编辑器配置(.editorconfig)
- 添加包管理器配置(.npmrc, package.json)
- 添加依赖锁定文件(package-lock.json, pnpm-lock.yaml)
- 添加TypeScript配置(tsconfig.json)
2025-10-08 02:22:45 +08:00
.editorconfig 初始化:添加项目基础配置文件 2025-10-08 02:22:45 +08:00
.gitattributes 初始化:添加项目基础配置文件 2025-10-08 02:22:45 +08:00
.gitignore 初始化:添加项目基础配置文件 2025-10-08 02:22:45 +08:00
.npmrc 初始化:添加项目基础配置文件 2025-10-08 02:22:45 +08:00
package-lock.json 初始化:添加项目基础配置文件 2025-10-08 02:22:45 +08:00
package.json 初始化:添加项目基础配置文件 2025-10-08 02:22:45 +08:00
tsconfig.json 初始化:添加项目基础配置文件 2025-10-08 02:22:45 +08:00