| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/nest-cli", |
| 3 | "collection": "@nestjs/schematics", |
| 4 | "sourceRoot": "src", |
| 5 | "compilerOptions": { |
| 6 | "deleteOutDir": true, |
| 7 | "assets": [ |
| 8 | { |
| 9 | "include": "files/**", |
| 10 | "outDir": "dist/src", |
| 11 | "watchAssets": true |
| 12 | }, |
| 13 | { |
| 14 | "include": "modules/tools/kwaiSign/kuaiShoSignCore.js", |
| 15 | "outDir": "dist/src", |
| 16 | "watchAssets": true |
| 17 | }, |
| 18 | "views/", |
| 19 | "public/" |
| 20 | ], |
| 21 | "watchAssets": true |
| 22 | } |
| 23 | } |
| 24 |