mirror of
https://github.com/immich-app/immich.git
synced 2026-01-06 10:04:01 -08:00
25 lines
499 B
JSON
25 lines
499 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"webpack": false,
|
|
"builder": {
|
|
"type": "swc",
|
|
"options": {
|
|
"extensions": [".js", ".ts", ".jsx", ".tsx"]
|
|
}
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "@nestjs/swagger",
|
|
"options": {
|
|
"classValidatorShim": true,
|
|
"introspectComments": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|