Merge pull request #230 from micalevisk/patch-1

add `$schema` entry to nest-cli.json file
This commit is contained in:
Kamil Mysliwiec 2022-03-31 21:52:35 +02:00 committed by GitHub
commit 058bac9050
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",
"sourceRoot": "src"
}