mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 20:36:48 +01:00
10 lines
228 B
JSON
10 lines
228 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"declaration": false,
|
||
|
"outDir": "../../dist/apps/microservices"
|
||
|
},
|
||
|
"include": ["src/**/*"],
|
||
|
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
|
||
|
}
|