mirror of
https://github.com/immich-app/immich.git
synced 2024-12-27 10:58:13 +02:00
87ae0be081
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
14 lines
289 B
JSON
14 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"]
|
|
}
|
|
}
|