1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00
immich/server/apps/cli/tsconfig.app.json

10 lines
237 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": false,
"outDir": "../../dist/apps/cli"
},
"include": ["src/**/*", "../../libs/**/*"],
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
}