85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/nest-cli",
|
||
|
"collection": "@nestjs/schematics",
|
||
|
"sourceRoot": "apps/freeblox-web-service/src",
|
||
|
"monorepo": true,
|
||
|
"root": "apps/freeblox-web-service",
|
||
|
"compilerOptions": {
|
||
|
"webpack": true,
|
||
|
"tsConfigPath": "apps/freeblox-web-service/tsconfig.app.json"
|
||
|
},
|
||
|
"projects": {
|
||
|
"freeblox-web-service": {
|
||
|
"type": "application",
|
||
|
"root": "apps/freeblox-web-service",
|
||
|
"entryFile": "main",
|
||
|
"sourceRoot": "apps/freeblox-web-service/src",
|
||
|
"compilerOptions": {
|
||
|
"tsConfigPath": "apps/freeblox-web-service/tsconfig.app.json"
|
||
|
}
|
||
|
},
|
||
|
"auth": {
|
||
|
"type": "application",
|
||
|
"root": "apps/auth",
|
||
|
"entryFile": "main",
|
||
|
"sourceRoot": "apps/auth/src",
|
||
|
"compilerOptions": {
|
||
|
"tsConfigPath": "apps/auth/tsconfig.app.json"
|
||
|
}
|
||
|
},
|
||
|
"shared": {
|
||
|
"type": "library",
|
||
|
"root": "libs/shared",
|
||
|
"entryFile": "index",
|
||
|
"sourceRoot": "libs/shared/src",
|
||
|
"compilerOptions": {
|
||
|
"tsConfigPath": "libs/shared/tsconfig.lib.json"
|
||
|
}
|
||
|
},
|
||
|
"player": {
|
||
|
"type": "application",
|
||
|
"root": "apps/player",
|
||
|
"entryFile": "main",
|
||
|
"sourceRoot": "apps/player/src",
|
||
|
"compilerOptions": {
|
||
|
"tsConfigPath": "apps/player/tsconfig.app.json"
|
||
|
}
|
||
|
},
|
||
|
"game": {
|
||
|
"type": "application",
|
||
|
"root": "apps/game",
|
||
|
"entryFile": "main",
|
||
|
"sourceRoot": "apps/game/src",
|
||
|
"compilerOptions": {
|
||
|
"tsConfigPath": "apps/game/tsconfig.app.json"
|
||
|
}
|
||
|
},
|
||
|
"server": {
|
||
|
"type": "application",
|
||
|
"root": "apps/server",
|
||
|
"entryFile": "main",
|
||
|
"sourceRoot": "apps/server/src",
|
||
|
"compilerOptions": {
|
||
|
"tsConfigPath": "apps/server/tsconfig.app.json"
|
||
|
}
|
||
|
},
|
||
|
"session": {
|
||
|
"type": "application",
|
||
|
"root": "apps/session",
|
||
|
"entryFile": "main",
|
||
|
"sourceRoot": "apps/session/src",
|
||
|
"compilerOptions": {
|
||
|
"tsConfigPath": "apps/session/tsconfig.app.json"
|
||
|
}
|
||
|
},
|
||
|
"catalog": {
|
||
|
"type": "application",
|
||
|
"root": "apps/catalog",
|
||
|
"entryFile": "main",
|
||
|
"sourceRoot": "apps/catalog/src",
|
||
|
"compilerOptions": {
|
||
|
"tsConfigPath": "apps/catalog/tsconfig.app.json"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|