Skip to content

Instantly share code, notes, and snippets.

@panki
Created January 9, 2020 11:25
Show Gist options
  • Save panki/a759feb5349926985537ccf63817f754 to your computer and use it in GitHub Desktop.
Save panki/a759feb5349926985537ccf63817f754 to your computer and use it in GitHub Desktop.
{
"collection": "@nestjs/schematics",
"sourceRoot": "apps/core/src",
"projects": {
"clock": {
"type": "library",
"root": "libs/clock",
"entryFile": "index",
"sourceRoot": "libs/clock/src",
"compilerOptions": {
"tsConfigPath": "libs/clock/tsconfig.lib.json"
}
},
"core": {
"type": "application",
"root": "apps/core",
"entryFile": "main",
"sourceRoot": "apps/core/src",
"compilerOptions": {
"tsConfigPath": "apps/core/tsconfig.app.json"
}
},
"console": {
"type": "application",
"root": "apps/console",
"entryFile": "main",
"sourceRoot": "apps/console/src",
"compilerOptions": {
"tsConfigPath": "apps/console/tsconfig.app.json"
}
}
},
"compilerOptions": {
"webpack": true,
"tsConfigPath": "apps/core/tsconfig.app.json"
},
"monorepo": true,
"root": "apps/core"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment