mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 10:25:32 +00:00
fix(common/models): include models-templates in the compilation unit
This commit is contained in:
parent
417173fb69
commit
cd9a588a3a
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
/// <reference path="../node_modules/@keymanapp/models-templates/src/index.ts" />
|
||||
|
||||
class ModelCompositor {
|
||||
private lexicalModel: LexicalModel;
|
||||
private static readonly MAX_SUGGESTIONS = 12;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue