add $schema entry to nest-cli.json file

This schema URL was taken from here: https://www.schemastore.org/json
This commit is contained in:
Micael Levi L. Cavalcante
2022-03-29 13:35:15 -04:00
committed by GitHub
parent 0151240873
commit 4d01d439ec
+1
View File
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
}