mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
Move parts of `common/web/keyboard-processor/` → `web/src/engine/js-processor/`. Note this temporarily disable tests for keyboard-processor which depend on js-processor, until #12110 is fixed. Fixes: #12067
13 lines
395 B
JSON
13 lines
395 B
JSON
{
|
|
// While the actual references themselves are headless, it compiles against the DOM-reliant OSK module.
|
|
"extends": "../../tsconfig.dom.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "../../../build/engine/js-processor/obj/",
|
|
"tsBuildInfoFile": "../../../build/engine/js-processor/obj/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src"
|
|
},
|
|
|
|
"include": [ "**/*.ts" ],
|
|
}
|