1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

chore: build API with esnext target (#6926)

This commit is contained in:
Ben McCann 2024-02-06 05:24:52 -08:00 committed by GitHub
parent bb3f8727a3
commit 0169707c85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{ {
"include": ["axios.ts", "axios-client/**/*"], "include": ["axios.ts", "axios-client/**/*"],
"compilerOptions": { "compilerOptions": {
"target": "esnext",
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,
"declaration": true, "declaration": true,

View file

@ -1,6 +1,7 @@
{ {
"include": ["fetch.ts", "fetch-client/**/*"], "include": ["fetch.ts", "fetch-client/**/*"],
"compilerOptions": { "compilerOptions": {
"target": "esnext",
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,
"declaration": true, "declaration": true,