1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00
immich/open-api/typescript-sdk/tsconfig.fetch.json

12 lines
267 B
JSON

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