mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 09:14:58 +03:00
8 lines
114 B
JSON
8 lines
114 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true
|
||
|
|
},
|
||
|
|
"references": [{ "path": ".." }]
|
||
|
|
}
|