1 Star 0 Fork 26

jangocheng/Semi-Design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
pointhalo 提交于 2021-11-24 21:10 +08:00 . Fix strict ts (#314)
{
"compilerOptions": {
"target": "ES2015",
"baseUrl": "./",
"outDir": "dist",
"sourceMap": true,
"allowJs": true,
"module": "es6",
"lib": ["es7", "dom"],
"moduleResolution": "node",
"noImplicitAny": true,
"jsx": "react",
"paths": {
"@douyinfe/semi-ui/*": ["./packages/semi-ui/*"],
"@douyinfe/semi-foundation/*": ["./packages/semi-foundation/*"],
"@douyinfe/semi-theme-default/*": ["./packages/semi-theme-default/*"],
"@douyinfe/semi-icons": ["./packages/semi-icons/src/index"],
"@douyinfe/semi-illustrations": ["./packages/semi-illustrations/src/index"],
},
"suppressImplicitAnyIndexErrors": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"noImplicitThis": false,
"strictNullChecks": false,
"esModuleInterop": true,
"skipLibCheck": true,
},
"include": ["packages/**/*.tsx", "packages/**/*.ts"],
"exclude": ["node_modules"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jangocheng/Semi-Design.git
git@gitee.com:jangocheng/Semi-Design.git
jangocheng
Semi-Design
Semi-Design
main

搜索帮助