mirror of
https://github.com/certd/certd.git
synced 2026-05-14 03:57:30 +08:00
930aa355e8
重构acme-client模块,将原有JavaScript代码迁移至TypeScript 添加类型定义文件(.d.ts)和类型检查 更新构建配置和脚本以支持TypeScript编译 优化项目目录结构和模块导出方式 更新相关依赖和开发工具配置
12 lines
145 B
Plaintext
12 lines
145 B
Plaintext
.actrc
|
|
.vscode/
|
|
node_modules/
|
|
npm-debug.log
|
|
package-lock.json
|
|
/.idea/
|
|
/dist/
|
|
/dist-test/
|
|
/logs/
|
|
/tsconfig.tsbuildinfo
|
|
/tsconfig.test.tsbuildinfo
|