1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-26 10:50:29 +02:00
immich/open-api/typescript-sdk/tsconfig.fetch.json
2024-02-06 14:24:52 +01:00

14 lines
291 B
JSON

{
"include": ["fetch.ts", "fetch-client/**/*"],
"compilerOptions": {
"target": "esnext",
"strict": true,
"skipLibCheck": true,
"declaration": true,
"outDir": "build/fetch",
"module": "esnext",
"moduleResolution": "Bundler",
"lib": ["esnext", "dom"]
}
}