From 4d01d439ec9d112b11c569c77c9f69f6f4a4094d Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Tue, 29 Mar 2022 13:35:15 -0400 Subject: [PATCH] add `$schema` entry to nest-cli.json file This schema URL was taken from here: https://www.schemastore.org/json --- nest-cli.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nest-cli.json b/nest-cli.json index 56167b3..2566481 100644 --- a/nest-cli.json +++ b/nest-cli.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src" }