1 Star 4 Fork 2

聪小陈/inula

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.base.json 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
聪小陈 提交于 2023-11-15 11:53 . feat: 集成 inula-x
{
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"module": "commonjs",
"moduleResolution": "node",
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"skipLibCheck": true,
"target": "esnext",
"jsx": "react",
"paths": {
"inula": ["./packages/inula"]
}
},
"exclude": [
"**/node_modules",
"**/examples",
"**/dist",
"**/fixtures",
"**/*.test.ts"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/congxiaochen/inula.git
git@gitee.com:congxiaochen/inula.git
congxiaochen
inula
inula
master

搜索帮助