Files
ente/web/packages/build-config
Manav Rathi 29f5693078 nn
2025-04-17 14:01:56 +05:30
..
nn
2025-04-17 14:01:56 +05:30
2024-11-20 08:03:56 +05:30
2024-11-20 08:19:46 +05:30
2025-04-09 09:50:27 +05:30
2025-04-02 18:47:32 +05:30
2025-04-09 11:27:48 +05:30
2024-11-19 20:04:52 +05:30

ente-build-config

Build time configuration files. This can be thought of as a devDependency that exports various config files that our packages use at build time.

Packaging

This is not a TypeScript package, nor is it linted. It is not meant to be transpiled, it just exports static files that can be included verbatim.

Debugging

Too see what tsc is seeing (e.g. when it is trying to type-check ente-utils), use yarn workspace ente-utils tsc --showConfig.

Similarly, to verify what ESLint is trying to do, use yarn workspace ente-utils eslint --debug .

If the issue is in VSCode, open the output window of the corresponding plugin, it might be telling us what's going wrong there. In particular, when changing the settings here, you might need to "Developer: Reload Window" in VSCode to get it to pick up the changes.