mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 20:29:24 +00:00
8 lines
No EOL
217 B
TypeScript
8 lines
No EOL
217 B
TypeScript
/// <reference path="./lexical-model-compiler/lexical-model.ts" />
|
|
|
|
const source: LexicalModelSource = {
|
|
format: 'trie-1.0',
|
|
sources: ['tests/fixtures/example.qaa.trivial/wordlist.tsv'],
|
|
};
|
|
|
|
export default source; |