1 Star 2 Fork 0

聪小陈 / alita

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.base.json 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
聪小陈 提交于 2021-12-13 10:59 . feat: merge alita 3
{
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"module": "commonjs",
"moduleResolution": "node",
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"skipLibCheck": true,
"target": "esnext",
"jsx": "react",
"paths": {
"alita": ["./packages/alita"]
}
},
"exclude": [
"**/node_modules",
"**/examples",
"**/dist",
"**/fixtures",
"**/*.test.ts"
]
}
TypeScript
1
https://gitee.com/congxiaochen/alita.git
git@gitee.com:congxiaochen/alita.git
congxiaochen
alita
alita
master

搜索帮助