spiegel-keyman/web/source/tsconfig.dev_resources.json
Marc Durdin 4f0185dd1e chore(web): cleanup unit tests
Fixes the build for unit tests (and fixes corresponding bug in KMW
build) to eliminate Lerna dependencies.
2022-05-11 12:05:44 +10:00

37 lines
1.1 KiB
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",
"dom/targets/outputTarget.ts",
"dom/touchAliasElement.ts",
"kmwexthtml.ts",
"kmwdevice.ts",
"dom/utils.ts",
"utils/styleConstants.ts",
"kmwtypedefs.ts",
],
"references": [
{ "path": "../../resources/web-environment", "prepend": true },
{ "path": "../../common/core/web/utils", "prepend": true },
{ "path": "../../common/predictive-text/browser.tsconfig.json", "prepend": true },
{ "path": "../../common/core/web/input-processor/src", "prepend": true },
{ "path": "../../common/core/web/keyboard-processor/src", "prepend": true },
{ "path": "../../common/web/lm-message-types" }
]
}