mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
10 lines
237 B
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"]
|
|
}
|