1 Star 1 Fork 0

wjzbjzz/CcClip

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tsconfig.app.json 400 Bytes
Copy Edit Raw Blame History
Cc-Edit authored 2023-04-26 00:21 . 合规开源
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"types": [
"node",
"lodash-es",
"vite/client",
"element-plus/global"
],
"paths": {
"@/*": ["./src/*"],
"pages/*": ["./src/pages/*"]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wjzbjzz/CcClip.git
git@gitee.com:wjzbjzz/CcClip.git
wjzbjzz
CcClip
CcClip
master

Search