project-knedita/nest-cli.json

11 lines
205 B
JSON
Raw Normal View History

{
2024-02-03 14:41:32 +00:00
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"builder": "swc",
"typeCheck": true
}
}