mirror of
https://github.com/immich-app/immich.git
synced 2024-12-26 10:50:29 +02: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"]
|
|
}
|
|
}
|