mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build/cjs",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es2022",
|
|
"lib": ["es2022"]
|
|
}
|
|
}
|