mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
87ae0be081
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"include": ["fetch.ts", "fetch-client.ts"],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"outDir": "build/fetch",
|
|
"module": "esnext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["esnext", "dom"]
|
|
}
|
|
}
|