mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-09-17 08:46:38 +08:00
14 lines
319 B
JSON
14 lines
319 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"packageManager": "pnpm",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"assets": ["src/common/mailTemplates/**/*","src/views/**/*","src/rpc/*"]
|
|
},
|
|
"defaults": {
|
|
"path": "modules"
|
|
}
|
|
}
|