mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"rootDir": ".",
|
|
"outDir": "build/",
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"files": [
|
|
"keyman_core_ldml.ts"
|
|
]
|
|
}
|