1 Star 0 Fork 50

清风/datart-extension-charts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
崔彦松 提交于 2022-02-07 19:30 . feat(typescript): support types
{
"compilerOptions": {
"noImplicitAny": false,
"target": "es5",
"lib": ["es5", "es6", "dom"],
"module": "esnext",
"removeComments": true,
"preserveConstEnums": true,
"esModuleInterop": true,
"moduleResolution": "node",
"isolatedModules": true,
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["plugins/**/*", "index.d.ts"],
"exclude": ["node_modules", "**/*.spec.ts"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fangjiawen666/datart-extension-charts.git
git@gitee.com:fangjiawen666/datart-extension-charts.git
fangjiawen666
datart-extension-charts
datart-extension-charts
main

搜索帮助