mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
16 lines
334 B
JSON
16 lines
334 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"rootDir": ".",
|
|
"outDir": "ldml-const-builder/",
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"files": [
|
|
"keyman_core_ldml.ts",
|
|
"ldml-const-builder.ts"
|
|
]
|
|
}
|