mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
26 lines
673 B
JSON
26 lines
673 B
JSON
{
|
|
"extends": "../../../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"inlineSources": true,
|
|
"module": "none",
|
|
"outFile": "build/index.js",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
|
|
"files": [
|
|
"browserProctor.ts",
|
|
"browserDriver.ts",
|
|
"scribe.ts"
|
|
],
|
|
|
|
"references": [
|
|
{ "path": "../../../common/web/keyman-version" },
|
|
{ "path": "../../../common/web/utils" },
|
|
{ "path": "../../../common/web/keyboard-processor/src" },
|
|
{ "path": "../../../common/web/input-processor/src" },
|
|
{ "path": "../../../common/web/recorder/src", "prepend": true },
|
|
{ "path": "../../../common/web/lm-message-types" }
|
|
]
|
|
}
|