1 Star 33 Fork 7

Mr Zhang/nest-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nest-cli.json 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mr Zhang 提交于 2025-04-28 17:35 +08:00 . feat: config nestcli don't generate spec
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"generateOptions": {
"spec": false
},
"compilerOptions": {
"deleteOutDir": true,
"assets": [
{ "include": "assets/**/*", "watchAssets": true},
{ "include": "public/**/*", "watchAssets": true},
{ "include": "https/**/*", "watchAssets": true},
{ "include": "modules/**/keys/*", "watchAssets": true}
],
"plugins": [
{
"name": "@nestjs/swagger",
"options": { "introspectComments": true }
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mrzym/nest-admin.git
git@gitee.com:mrzym/nest-admin.git
mrzym
nest-admin
nest-admin
master

搜索帮助