mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-17 09:16:38 +08:00
18 lines
436 B
JSON
18 lines
436 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/*"],
|
|
"sourceMap": false,
|
|
"declaration": false,
|
|
"webpack": true,
|
|
"tsConfigPath": "tsconfig.build.json"
|
|
},
|
|
"defaults": {
|
|
"path": "modules"
|
|
}
|
|
}
|