mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
8ebac41318
* refactor(server): tsconfigs * chore: dummy commit * fix: start.sh * chore: restore original entry scripts
19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"webpack": false,
|
|
"plugins": [
|
|
{
|
|
"name": "@nestjs/swagger",
|
|
"options": {
|
|
"classValidatorShim": false,
|
|
"introspectComments": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|