mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
chore: build API with esnext target (#6926)
This commit is contained in:
parent
bb3f8727a3
commit
0169707c85
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"include": ["axios.ts", "axios-client/**/*"],
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"declaration": true,
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"include": ["fetch.ts", "fetch-client/**/*"],
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"declaration": true,
|
||||
|
|
Loading…
Reference in a new issue