3 Star 15 Fork 2

小为 / G2Plot-QRCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2020-09-06 15:15 . chore: init 1.0.0
{
"compilerOptions": {
"outDir": "lib",
"module": "commonjs",
"target": "es5",
"jsx": "preserve",
"moduleResolution": "node",
"experimentalDecorators": true,
"declaration": true,
"sourceMap": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"pretty": true,
"lib": ["dom", "esnext"],
"skipLibCheck": true,
"baseUrl": "src"
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}
1
https://gitee.com/hustcc/G2Plot-QRCode.git
git@gitee.com:hustcc/G2Plot-QRCode.git
hustcc
G2Plot-QRCode
G2Plot-QRCode
master

搜索帮助