1 Star 1 Fork 0

WeBankOpenSource/fes-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.base.json 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"strict": true,
"strictNullChecks": false,
"jsx": "preserve",
"jsxImportSource": "vue",
"module": "ES6",
"moduleResolution": "Node",
"declaration": true,
"declarationDir": "./types",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"composite": true,
"target": "ES6",
"types": [
"jest"
],
"paths": {
"@fesjs/fes-design": [
"./components/index.ts"
]
},
"lib": [
"ESNext",
"DOM"
]
},
"exclude": [
"node_modules"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/WeBankOS/fes-design.git
[email protected]:WeBankOS/fes-design.git
WeBankOS
fes-design
fes-design
main

搜索帮助