nestapp/nest-cli.json
Leon Zeng 313b997903 init
2024-04-09 15:18:18 +08:00

11 lines
238 B
JSON

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