mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 00:27:40 +00:00
Fixes #9640. This ended up being somewhat more fragile than originally anticipated. For the `ajv` cli call to get the right versions, we needed to install ajv as a dev dependency in the top-level package.json as well as at the common/web/types level. Ajv does not do all that well with ESM yet, either, so we use esbuild to transform the compiled validators before building in typescript. |
||
|---|---|---|
| .. | ||
| es-bundling | ||
| eslint | ||
| input-processor | ||
| keyboard-processor | ||
| keyman-version | ||
| lm-message-types | ||
| lm-worker | ||
| recorder | ||
| sentry-manager | ||
| tslib | ||
| types | ||
| utils | ||
| .gitignore | ||
| build.sh | ||
| tsconfig.kmw-main-base.json | ||