2 Star 1 Fork 0

mirrors_ant-design/ant-design-charts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"lib": ["esnext", "dom"],
"sourceMap": false,
"baseUrl": ".",
"jsx": "react",
"allowJs": false,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": false,
"suppressImplicitAnyIndexErrors": true,
"experimentalDecorators": true,
"strict": false,
"skipLibCheck": true,
"moduleResolution": "node",
"esModuleInterop": true,
"outDir": "dist",
"declaration": true,
"noUnusedLocals": false,
"noImplicitAny": false,
"noFallthroughCasesInSwitch": true
},
"exclude": [
"node_modules",
"build",
"dist",
"lib",
"es",
"config",
"scripts",
"webpack",
"jest",
"tslint:latest",
"tslint-config-prettier",
"example",
"_test_",
"tests"
],
"include": [
"**/src/**/*",
"**/docs/**/*",
"scripts/**/*",
"**/demos",
".eslintrc.js",
"jest.config.js",
"**/fixtures",
"./tests/no-duplicated.ts"
],
"paths": {
"@@/*": ["src/.umi/*"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_ant-design/ant-design-charts.git
git@gitee.com:mirrors_ant-design/ant-design-charts.git
mirrors_ant-design
ant-design-charts
ant-design-charts
v2

搜索帮助

0d507c66 1850385 C8b1a773 1850385