1 Star 0 Fork 7

yixx/pure-backend

forked from yongkang/pure-backend 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsconfig.json 355 Bytes
一键复制 编辑 原始数据 按行查看 历史
yongkang 提交于 2024-04-22 14:53 . init
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "./",
"sourceMap": false,
"outDir": "dist",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/*"],
"exclude": ["node_modules", "dist"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yixx4011/pure-backend.git
[email protected]:yixx4011/pure-backend.git
yixx4011
pure-backend
pure-backend
main

搜索帮助