mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02:00
09a7291527
* refactor: downloadApi * refactor: assetApi * chore: drop axios * chore: tidy up * chore: fix exports * fix: show notification when download starts
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"outDir": "build",
|
|
"module": "esnext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["esnext", "dom"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|