1 Star 0 Fork 0

土豆 / KLineChart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"strictNullChecks": true,
"target": "ES5",
"esModuleInterop": true,
"downlevelIteration": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"experimentalDecorators": true,
"lib": [
"dom",
"es2018"
]
},
"include": [
"src/**/*.ts"
]
}
1
https://gitee.com/rayson517/KLineChart.git
git@gitee.com:rayson517/KLineChart.git
rayson517
KLineChart
KLineChart
main

搜索帮助