9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": ["**/*.json"],
|
|
"watchAssets": true
|
|
}
|
|
}
|