diff --git a/nest-cli.json b/nest-cli.json index 68d1974..2d8a29c 100644 --- a/nest-cli.json +++ b/nest-cli.json @@ -1,5 +1,8 @@ { "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", - "sourceRoot": "src" + "sourceRoot": "src", + "compilerOptions": { + "tsConfigPath": "tsconfig.json" + } }