Fixed nest cli

This commit is contained in:
Mutzi 2022-08-23 21:49:36 +02:00
parent 6ba6c36151
commit 34ab0021d8

View File

@ -1,5 +1,8 @@
{ {
"$schema": "https://json.schemastore.org/nest-cli", "$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics", "collection": "@nestjs/schematics",
"sourceRoot": "src" "sourceRoot": "src",
"compilerOptions": {
"tsConfigPath": "tsconfig.json"
}
} }