mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build/types",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"lib": ["es2020"]
|
|
}
|
|
}
|