mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
- fix tsconfig per review comments - update builder to compile again - add some err checking #7566
16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
|
"extends": "../../../tsconfig.esm-base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"rootDir": ".",
|
|
"outDir": "ldml-const-builder/",
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"files": [
|
|
"keyboardprocessor_ldml.ts",
|
|
"ldml-const-builder.ts"
|
|
]
|
|
}
|