mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
With the full move to ES Modules, we no longer need to include `references` in tsconfig.json, as we can rely on package.json and build.sh dependency management. Note however that `tsc -b` may not work to build dependencies -- they need to be built using `build.sh`, which calculates which dependencies need building. kmc-keyboard-info was missing a dependency link to kmc-package in build.sh, correcting this at the same time. Relates-to: #12027 |
||
|---|---|---|
| .. | ||
| config | ||
| docs/api/etc | ||
| src | ||
| .gitignore | ||
| build.sh | ||