spiegel-keyman/web/source/tsconfig.dev_resources.json
2022-09-29 08:17:46 +07:00

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" }
]
}