5 Star 21 Fork 8

ant-design / pro-blocks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1013 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈帅 提交于 2021-07-12 13:36 . ci: fix ci error
{
"compilerOptions": {
"outDir": "build/dist",
"module": "esnext",
"target": "esnext",
"lib": ["esnext", "dom"],
"sourceMap": true,
"jsx": "react-jsx",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"allowJs": true,
"skipLibCheck": true,
"experimentalDecorators": true,
"strict": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@@/*": ["./.umi/*"]
}
},
"include": [
"./mock/**/*",
"./**/src/**/*",
"./.script/**/*",
"typings/**/*",
"config/**/*",
"models/**.ts",
".eslintrc.js",
"./tests/__tests__/index.test.js",
".stylelintrc.js",
".prettierrc.js",
"jest.config.js",
"mock/*",
"typings.d.ts"
],
"exclude": ["node_modules", "build", "dist", "scripts", "webpack", "jest"]
}
JavaScript
1
https://gitee.com/ant-design/pro-blocks.git
git@gitee.com:ant-design/pro-blocks.git
ant-design
pro-blocks
pro-blocks
master

搜索帮助