1 Star 0 Fork 0

coDing404 / seobench-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 264 Bytes
一键复制 编辑 原始数据 按行查看 历史
coDing404 提交于 2023-02-28 15:35 . 提交编译
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"],
"@database/*": ["./src/database/*"]
}
},
}
1
https://gitee.com/coDing404/seobench-code.git
git@gitee.com:coDing404/seobench-code.git
coDing404
seobench-code
seobench-code
master

搜索帮助