36 lines
No EOL
1,000 B
JSON
36 lines
No EOL
1,000 B
JSON
{
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"projects": {
|
|
"event-emitter": {
|
|
"type": "library",
|
|
"root": "libs/event-emitter",
|
|
"entryFile": "index",
|
|
"sourceRoot": "libs/event-emitter/src",
|
|
"compilerOptions": {
|
|
"tsConfigPath": "libs/event-emitter/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"redmine-issues-cache-writer": {
|
|
"type": "library",
|
|
"root": "libs/redmine-issues-cache-writer",
|
|
"entryFile": "index",
|
|
"sourceRoot": "libs/redmine-issues-cache-writer/src",
|
|
"compilerOptions": {
|
|
"tsConfigPath": "libs/redmine-issues-cache-writer/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"redmine-data-loader": {
|
|
"type": "library",
|
|
"root": "libs/redmine-data-loader",
|
|
"entryFile": "index",
|
|
"sourceRoot": "libs/redmine-data-loader/src",
|
|
"compilerOptions": {
|
|
"tsConfigPath": "libs/redmine-data-loader/tsconfig.lib.json"
|
|
}
|
|
}
|
|
},
|
|
"compilerOptions": {
|
|
"webpack": true
|
|
}
|
|
} |