mirror of
https://github.com/vastxie/99AI.git
synced 2025-10-16 23:03:40 +08:00
v4.3.0
This commit is contained in:
17
service/nest-cli.json
Normal file
17
service/nest-cli.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$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/*"],
|
||||
"sourceMap": false,
|
||||
"declaration": false,
|
||||
"webpack": true,
|
||||
"tsConfigPath": "tsconfig.build.json"
|
||||
},
|
||||
"defaults": {
|
||||
"path": "modules"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user