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:
parent
0151240873
commit
4d01d439ec
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://json.schemastore.org/nest-cli",
|
||||||
"collection": "@nestjs/schematics",
|
"collection": "@nestjs/schematics",
|
||||||
"sourceRoot": "src"
|
"sourceRoot": "src"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue