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
+1
View File
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
}