mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
37 lines
830 B
JSON
37 lines
830 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
"outFile": "../intermediate/keymanweb.js"
|
|
},
|
|
|
|
"include": [
|
|
"./*.ts",
|
|
"./**/*.ts"
|
|
],
|
|
|
|
"files": [
|
|
"kmwbase.ts",
|
|
"keymanweb.ts",
|
|
"kmwnative.ts",
|
|
"kmwinit.ts",
|
|
"kmwapi.ts"
|
|
],
|
|
|
|
"exclude": [
|
|
"./kmwembedded.ts",
|
|
"./kmwuibutton.ts",
|
|
"./kmwuifloat.ts",
|
|
"./kmwuitoggle.ts",
|
|
"./kmwuitoolbar.ts",
|
|
],
|
|
|
|
"references": [
|
|
{ "path": "../../common/web/keyman-version", "prepend": true },
|
|
{ "path": "../../common/web/utils", "prepend": true },
|
|
{ "path": "../../common/predictive-text/browser.tsconfig.json", "prepend": true },
|
|
{ "path": "../../common/web/input-processor/src", "prepend": true },
|
|
{ "path": "../../common/web/keyboard-processor/src", "prepend": true },
|
|
{ "path": "../../common/web/lm-message-types" }
|
|
]
|
|
}
|