1 Star 0 Fork 0

前端方圆/html2canvas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"types": ["node", "jest"],
"target": "es5",
"lib": ["es2015", "dom"],
"sourceMap": true,
"outDir": "dist/lib",
"declaration": true,
"declarationDir": "dist/types",
"resolveJsonModule": true
},
"include": [
"src"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fqcto/html2canvas.git
git@gitee.com:fqcto/html2canvas.git
fqcto
html2canvas
html2canvas
master

搜索帮助