mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-26 09:25:51 +00:00
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"outDir": "build",
|
|
"module": "esnext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["esnext"]
|
|
}
|
|
}
|