mirror of
https://github.com/immich-app/immich.git
synced 2025-05-23 17:03:01 -04:00
fix tsx IDE (VSCode) issues in docs by migrating tsconfig extends from the Docusaurus tsconfig 2.X package to the 3.X package
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@docusaurus/tsconfig",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
}
|
|
}
|