-
## Feature Request
Migrate tslint to eslint
## Describe the solution you'd like
I would suggest to use a next configuration (just example)
```javascript
// .eslintrc
{
"parser": "@typ…
-
Strange issue : the visual studio code debugger code crash when i import TypegooseModule.forRoot
Same issue with a fresh project from "git clone https://github.com/nestjs/typescript-starter.git pro…
-
nest.js is so cool. it use Typescript and use DI and AOP,but the learn documentation is so
hard to understand。 i don't know how to start a sample project, i don't know why i need Pipes, Middleware,…
-
1. Prisma2 version (`prisma2 -v`):
preview021
2. Logs from Developer Tools Console, if any:
I run prisma2 within a nestjs backend. When I start prisma2 studio with nestjs running, I get the followi…
-
## Bug Report
## Current behavior
```
● Test suite failed to run
TypeError: Right-hand side of 'instanceof' is not an object
7 | export class PhotoService {
8 | const…
-
[ ] Regression
[ ] Bug report
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overfl…
-
Replacing Prisma with Prisma2
https://github.com/prisma/prisma2#readme
-
### Issue description or question
I have a lerna mono-repo including, at the moment, two projets (https://github.com/EtienneGhiringhelli/lerna-wallaby-angular-nest):
- NestJS "server side" applica…
-
**Describe the bug**
I tried to import the type from this package and I can't get the type properly.
So I don't know if it's a tsconfig issue from my side or yours, but til now, it's the first time …
-
## Bug Report
## Current behavior
When passing your own logger implementation via `options.logger` to `NestFactory.create`, calling `app.useLogger` on the resulting NestApplication instance or eve…