fix(common/models): include models-templates in the compilation unit

This commit is contained in:
Eddie Antonio Santos 2020-05-20 14:25:12 -06:00
parent 417173fb69
commit cd9a588a3a
No known key found for this signature in database
GPG key ID: DD411EA4D9509D87

View file

@ -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;