10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": ["templates/**/*.html", "templates/**/*.txt"],
|
|
"watchAssets": true
|
|
}
|
|
}
|