mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 18:42:17 -07:00
3b55cdc0be
* refactor(server): move constant into common package * refactor(server): re-arrange import statement in microservice module * refactor(server): move app.config into common package * fix(server): e2e testing
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "../../dist/libs/common"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
|
|
}
|