1 Star 4 Fork 0

linuxmail/node-eml-parser-buffer

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
linuxmail 提交于 2025-03-10 10:30 +08:00 . 修改param的值的解码
{
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"declaration": true,
"target": "ES6",
"useDefineForClassFields": true,
"module": "Node16",
"strict": true,
"isolatedModules": false,
"allowSyntheticDefaultImports": true,
"noEmit": false,
"lib": ["ESNext"],
"types": ["node"],
"moduleResolution": "node16"
},
"include": ["./src/**/*.ts"],
"exclude": ["./node_modules/**"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/linuxmail/node-eml-parser-buffer.git
git@gitee.com:linuxmail/node-eml-parser-buffer.git
linuxmail
node-eml-parser-buffer
node-eml-parser-buffer
master

搜索帮助