mirror of
https://github.com/labring/laf.git
synced 2026-01-18 16:03:17 +00:00
17 lines
340 B
JSON
17 lines
340 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": [
|
|
{
|
|
"include": "i18n/**/*",
|
|
"watchAssets": true
|
|
},
|
|
{
|
|
"include": "initializer/deploy-manifest/*",
|
|
"watchAssets": true
|
|
}
|
|
]
|
|
}
|
|
} |