1 Star 0 Fork 19

todo / watermark-js-plus

forked from MichaelSun / watermark-js-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
MichaelSun 提交于 2023-08-25 21:06 . ci: update tsconfig
{
"compilerOptions": {
"module": "esnext",
"target": "es5",
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./dist/types",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"jsx": "preserve",
"lib": ["ES5", "DOM"]
},
"exclude": ["**/node_modules/**", "**/dist/**"]
}
TypeScript
1
https://gitee.com/juanleme/watermark-js-plus.git
git@gitee.com:juanleme/watermark-js-plus.git
juanleme
watermark-js-plus
watermark-js-plus
main

搜索帮助