mirror of
https://github.com/immich-app/immich.git
synced 2025-12-28 09:14:59 +03:00
refactor: open api (#6334)
This commit is contained in:
9
open-api/typescript-sdk/tsconfig.types.json
Normal file
9
open-api/typescript-sdk/tsconfig.types.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "build/types",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"lib": ["es2020"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user