mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
43f4dac3ad
* chore: bump node version to 20.8 * chore(server,web) upgrade vulnerable dependencies * fix: revert node change * fix: commander version * fix: set country to null if undefined * fix: set docs module resolution * fix(web): correct return type of interval * fix(docs): set node in tsconfig --------- Co-authored-by: Jonathan Jogenfors <jonathan@jogenfors.se> Co-authored-by: debricked[bot] <47180885+debricked[bot]@users.noreply.github.com>
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "Node16"
|
|
}
|
|
}
|