1 Star 0 Fork 0

水滴 / water-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 923 Bytes
一键复制 编辑 原始数据 按行查看 历史
云圣天 提交于 2021-07-02 09:39 . perf($tsx): add loading change
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@@*": ["components/*"],
"@fe6/water-pro": ["components/index.tsx"],
"@fe6/water-pro/es/*": ["components/*"],
"@fe6/water-pro/directives/*": ["directives/*"],
"@fe6/water-pro/es/message": ["components/message/index.tsx"],
"@fe6/water-pro/es/modal": ["components/modal/index.tsx"],
"@fe6/water-pro/es/notification": ["components/notification/index.tsx"],
"@fe6/water-pro/es/button": ["components/button/button.tsx"]
},
"strictNullChecks": false,
"strict": true,
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "preserve",
"noImplicitAny": false,
"target": "es6",
"lib": ["dom", "es2017"],
"skipLibCheck": true,
"allowJs": true
},
"exclude": ["node_modules", "lib", "es", "antd-tools", "dist"]
}
1
https://gitee.com/fe6/water-pro.git
git@gitee.com:fe6/water-pro.git
fe6
water-pro
water-pro
master

搜索帮助