mirror of
https://github.com/immich-app/immich.git
synced 2024-12-23 02:06:15 +02:00
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build/esm",
|
|
"module": "esnext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["esnext", "dom"]
|
|
}
|
|
}
|