spiegel-keyman/web/src/tsconfig.all.json
Marc Durdin 86a903dcf5 refactor(web): move sentry-manager and es-bundling to common
sentry-manager is used by Keyman Engine for Android and Keyman Engine
for iOS, but not directly by KeymanWeb, nor does it have any
dependencies on /web. So it does not make sense to keep it under /web.

es-bundling is used by sentry-manager and potentially other /common/web
tools in the future, so moving it under /common/tools makes it more
consistent in the future.

This is part of simplifying the web source tree; these changes do not
make significant build performance differences at this time.

Test-bot: skip
2025-11-06 15:28:04 +01:00

22 lines
No EOL
853 B
JSON

// This file lists all the child modules, for completeness. However, there are
// steps like bundling and sourcing external resources that are not performed by
// tsc, so there are limits to the usefulness of this file.
{
"references": [
{ "path": "app/browser" },
{ "path": "app/webview" },
{ "path": "app/ui" },
{ "path": "common/web-utils" },
{ "path": "engine/" },
{ "path": "engine/predictive-text/types/" },
{ "path": "engine/predictive-text/templates" },
{ "path": "engine/predictive-text/wordbreakers" },
{ "path": "engine/predictive-text/worker-main/tsconfig.all.json" },
{ "path": "engine/predictive-text/worker-thread" },
{ "path": "tools/testing/gesture-processor/unit-test-resources" },
{ "path": "tools/testing/recorder" },
// { "path": "tools/sourcemap-root/tsconfig.json" },
],
}