platform-codebase/features/analytics/backend-api/nest-cli.json

11 lines
252 B
JSON
Executable file

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