Files
mp-pilates/packages/server/nest-cli.json
2026-04-04 15:39:26 +08:00

10 lines
214 B
JSON

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