mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
Splits file format reading, writing, and in-memory structures of .kmx, .kvk, .kvks, .xml (ldml keyboard) into separate common module. Lots of little fixups, sorry... This will make it much easier for us to reuse these readers and writers in future code.
25 lines
No EOL
1 KiB
JSON
25 lines
No EOL
1 KiB
JSON
{
|
|
// Lists only ES modules; as we move modules from cjs/none to esm, we should
|
|
// move them from tsconfig.cjs.json to here. Eventually, when we have only ES
|
|
// modules, we can rename this to tsconfig.json.
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{ "path": "./core/include/ldml/tsconfig.json" },
|
|
|
|
//{ "path": "./developer/src/kmc/test/tsconfig.json" },
|
|
{ "path": "./developer/src/kmc/tsconfig.json" },
|
|
|
|
{ "path": "./developer/src/kmc-keyboard/test/tsconfig.json" },
|
|
{ "path": "./developer/src/kmc-keyboard/tsconfig.json" },
|
|
{ "path": "./developer/src/kmc-model/test/tsconfig.json" },
|
|
{ "path": "./developer/src/kmc-model/tsconfig.json" },
|
|
//{ "path": "./developer/src/kmc-model-info/test/tsconfig.json" },
|
|
{ "path": "./developer/src/kmc-model-info/tsconfig.json" },
|
|
{ "path": "./developer/src/kmc-package/test/tsconfig.json" },
|
|
{ "path": "./developer/src/kmc-package/tsconfig.json" },
|
|
|
|
{ "path": "./common/web/keyman-version/tsconfig.esm.json" },
|
|
{ "path": "./common/web/types/" },
|
|
]
|
|
} |