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