ente/docs
Manav Rathi a9a810ab99 Add typescript configuration in eslint
VSCode still gives an error

We had to set the type to module to get the `import` to work. Setting .mjs
didn't work (eslint didn't recognize the file). Setting the type to module
should be (based on my current understanding) not affect us negatively since we
are exporting a TypeScript library not a bundled one, and all the other source
files apart from this are intended to be `*.ts`.

Refs:
- https://jeremyrichardson.dev/blog/saga_of_learning_exports_property_in_packagejson
- https://github.com/eslint/eslint/discussions/17021
2024-02-16 20:48:26 +05:30
..
Dependencies.md Add typescript configuration in eslint 2024-02-16 20:48:26 +05:30
Dev.md Add development notes 2024-02-16 20:48:25 +05:30
README.md Add development notes 2024-02-16 20:48:25 +05:30

Notes for maintainers

If you just want to run ente locally or develop on it, you can do

yarn
yarn photos:dev

The notes in this directory are for maintainers to note down more advanced or infrequently needed details.