12345678910111213141516171819 |
- {
- "$schema": "https://json.schemastore.org/nest-cli",
- "collection": "@nestjs/schematics",
- "sourceRoot": "src",
- "projects": {
- "utils": {
- "type": "library",
- "root": "libs/utils",
- "entryFile": "index",
- "sourceRoot": "libs/utils/src",
- "compilerOptions": {
- "tsConfigPath": "libs/utils/tsconfig.lib.json"
- }
- }
- },
- "compilerOptions": {
- "webpack": true
- }
- }
|