crystelf-core/nest-cli.json
Jerry 4100b4f0aa nest初始化
feat:配置模块
feat:路径模块
2025-07-24 14:23:28 +08:00

9 lines
171 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}