immich/open-api/typescript-sdk/tsconfig.fetch.json

13 lines
267 B
JSON
Raw Normal View History

2024-01-12 12:36:27 +00:00
{
"include": ["fetch.ts", "fetch-client/**/*"],
2024-01-12 12:36:27 +00:00
"compilerOptions": {
"strict": true,
2024-02-01 22:55:21 +00:00
"skipLibCheck": true,
"declaration": true,
"outDir": "build/fetch",
2024-02-01 22:55:21 +00:00
"module": "esnext",
"moduleResolution": "Bundler",
"lib": ["esnext", "dom"]
2024-01-12 12:36:27 +00:00
}
}