mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-10 01:27:43 +00:00
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"files": [
|
|
"../node_modules/@keymanapp/lexical-model-types/index.d.ts",
|
|
"../node_modules/keyman-keyboard-processor/src/text/outputTarget.ts",
|
|
"kmwuibutton.ts",
|
|
"kmwuifloat.ts",
|
|
"kmwuitoggle.ts",
|
|
"kmwuitoolbar.ts"
|
|
]
|
|
}
|