nest-admin-main/nest-cli.json
lqs 817d3102b1
Some checks failed
Build Stable Image / docker (push) Has been cancelled
Sync To Gitee / repo-sync (push) Has been cancelled
first commit
2024-09-11 16:32:57 +08:00

18 lines
371 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"assets": [
{ "include": "assets/**/*", "watchAssets": true }
],
"plugins": [{
"name": "@nestjs/swagger",
"options": {
"introspectComments": true
}
}]
}
}