initial monorepo
This commit is contained in:
41
nest-cli.json
Normal file
41
nest-cli.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/nest-cli",
|
||||
"collection": "@nestjs/schematics",
|
||||
"sourceRoot": "apps/backtracking/src",
|
||||
"compilerOptions": {
|
||||
"deleteOutDir": true,
|
||||
"webpack": true,
|
||||
"tsConfigPath": "apps/backtracking/tsconfig.app.json"
|
||||
},
|
||||
"monorepo": true,
|
||||
"root": "apps/backtracking",
|
||||
"projects": {
|
||||
"backtracking": {
|
||||
"type": "application",
|
||||
"root": "apps/backtracking",
|
||||
"entryFile": "main",
|
||||
"sourceRoot": "apps/backtracking/src",
|
||||
"compilerOptions": {
|
||||
"tsConfigPath": "apps/backtracking/tsconfig.app.json"
|
||||
}
|
||||
},
|
||||
"n-dame-problem": {
|
||||
"type": "application",
|
||||
"root": "apps/n-dame-problem",
|
||||
"entryFile": "main",
|
||||
"sourceRoot": "apps/n-dame-problem/src",
|
||||
"compilerOptions": {
|
||||
"tsConfigPath": "apps/n-dame-problem/tsconfig.app.json"
|
||||
}
|
||||
},
|
||||
"backtracking-lib": {
|
||||
"type": "library",
|
||||
"root": "libs/backtracking-lib",
|
||||
"entryFile": "index",
|
||||
"sourceRoot": "libs/backtracking-lib/src",
|
||||
"compilerOptions": {
|
||||
"tsConfigPath": "libs/backtracking-lib/tsconfig.lib.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user