mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 11:56:46 +01:00
8 lines
114 B
JSON
8 lines
114 B
JSON
|
{
|
||
|
"extends": "../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"references": [{ "path": ".." }]
|
||
|
}
|