3r-xidongdong-nestjs/nest-cli.json

10 lines
221 B
JSON
Raw Normal View History

2023-11-17 16:18:24 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"builder": "swc",
"typeCheck": true
}
}