1 Star 0 Fork 42

韩云东/Pake

forked from Gitee 极速下载/Pake 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
汤威 提交于 2023-06-22 20:56 . :art:Optimize the use of CLI.
{
"compilerOptions": {
"module": "ESNext",
"target": "es2020",
"types": [
"node"
],
"lib": [
"es2020",
"dom"
],
"esModuleInterop": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"@/*": [
"bin/*"
]
}
},
"include": [
"bin/**/*"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/hanyundong/Pake.git
git@gitee.com:hanyundong/Pake.git
hanyundong
Pake
Pake
master

搜索帮助