mirror of
https://github.com/immich-app/immich.git
synced 2026-04-08 18:22:11 -04:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"outDir": "build",
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"rootDir": "./src",
|
|
"lib": ["esnext", "dom"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|