mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 03:46:47 +01:00
10 lines
222 B
JSON
10 lines
222 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"outDir": "../../dist/libs/database"
|
||
|
},
|
||
|
"include": ["src/**/*"],
|
||
|
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
|
||
|
}
|