5 Star 78 Fork 27

东方小月 / kitty-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
东方小月 提交于 2023-02-20 17:01 . feat:新增全局组件提示
{
"compilerOptions": {
"baseUrl": ".",
"jsx": "preserve",
"strict": true,
"target": "ES2015",
"module": "ESNext",
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "Node",
"lib": ["esnext", "dom"],
"rootDirs": ["./", "./packages/components"],
"paths": {
"@/*": ["packages/components/src/*"]
}
}
}
TypeScript
1
https://gitee.com/geeksdidi/kittyui.git
git@gitee.com:geeksdidi/kittyui.git
geeksdidi
kittyui
kitty-ui
dev

搜索帮助