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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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