1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00
immich/open-api/typescript-sdk/tsconfig.axios.json

14 lines
284 B
JSON
Raw Normal View History

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