mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02:00
12 lines
206 B
JSON
12 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"outDir": "build",
|
|
"module": "esnext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["esnext"]
|
|
}
|
|
}
|