mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-14 20:59:25 +00:00
31 lines
908 B
JSON
31 lines
908 B
JSON
{
|
|
"extends": "../../../tsconfig-base.json",
|
|
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"inlineSources": true,
|
|
"module": "none",
|
|
"outFile": "build/index.js",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
|
|
"files": [
|
|
"../../source/dom/targets/wrapElement.ts",
|
|
"../../source/dom/targets/input.ts",
|
|
"../../source/dom/targets/textarea.ts",
|
|
"../../source/dom/targets/contentEditable.ts",
|
|
"../../source/dom/targets/designIFrame.ts",
|
|
"../../source/dom/targets/outputTarget.ts",
|
|
"../../source/kmwexthtml.ts",
|
|
"../../source/dom/utils.ts",
|
|
"../../source/kmwtypedefs.ts",
|
|
"../../../node_modules/eventemitter3/index.js"
|
|
],
|
|
|
|
"references": [
|
|
{ "path": "../../../common/web/keyman-version", "prepend": true },
|
|
{ "path": "../../../common/web/utils", "prepend": true },
|
|
{ "path": "../../../common/web/keyboard-processor/src", "prepend": true }
|
|
]
|
|
}
|