mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
28 lines
702 B
JSON
28 lines
702 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/touchAlias.ts",
|
|
],
|
|
|
|
"references": [
|
|
{ "path": "../../common/core/web/keyboard-processor/src" },
|
|
{ "path": "../../resources/web-environment" },
|
|
{ "path": "../../common/core/web/utils" },
|
|
{ "path": "../../common/web/lm-message-types" }
|
|
]
|
|
}
|