mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"include": ["axios.ts", "axios-client/**/*"],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"outDir": "build/axios",
|
|
"module": "esnext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["esnext"]
|
|
}
|
|
}
|