chore: initial project scaffold: backend/nest-cli.json
This commit is contained in:
9
backend/nest-cli.json
Normal file
9
backend/nest-cli.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/nest-cli",
|
||||
"collection": "@nestjs/schematics",
|
||||
"sourceRoot": "src",
|
||||
"compilerOptions": {
|
||||
"builder": "swc",
|
||||
"typeCheck": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user