mirror of
https://github.com/immich-app/immich.git
synced 2024-12-26 10:50:29 +02:00
10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build/types",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"lib": ["es2020"]
|
|
}
|
|
}
|