mirror of
https://github.com/immich-app/immich.git
synced 2025-02-04 01:09:14 -05:00
9 lines
215 B
JSON
9 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"
|
|
}
|
|
}
|