mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
35 lines
1,019 B
JSON
35 lines
1,019 B
JSON
{
|
|
"extends": "../../tsconfig-base.json",
|
|
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"inlineSources": true,
|
|
"module": "none",
|
|
"outFile": "../release/dev_resources/dev_resources.js",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
|
|
"files": [
|
|
"dom/targets/wrapElement.ts",
|
|
"dom/targets/input.ts",
|
|
"dom/targets/textarea.ts",
|
|
"dom/targets/contentEditable.ts",
|
|
"dom/targets/designIFrame.ts",
|
|
"dom/targets/outputTarget.ts",
|
|
"kmwexthtml.ts",
|
|
"kmwdevice.ts",
|
|
"dom/utils.ts",
|
|
"utils/styleConstants.ts",
|
|
"kmwtypedefs.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" }
|
|
]
|
|
}
|