mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
17d7d9364f
* chore: publish sdk on release * fix: runtime dep * chore: sync versions * chore: update readme * fix: use Node16 module resolution
14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"outDir": "build",
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"lib": ["esnext", "dom"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|