mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-30 04:07:42 +00:00
change(web/engine): inner-core => keyboard-processor
This commit is contained in:
parent
57b7a0b3b0
commit
5ef4304d24
2 changed files with 3 additions and 3 deletions
|
|
@ -15,5 +15,5 @@ cd "$(dirname "$THIS_SCRIPT")"
|
|||
# Generates a linkable TS file; defined in resources/build-utils.sh.
|
||||
exportEnvironmentDefinitionTS
|
||||
|
||||
# Compile web-inner-core.
|
||||
npm run tsc -- -p source/inner-core.tsconfig.json
|
||||
# Compile web's `keyboard-processor` module.
|
||||
npm run tsc -- -p source/keyboard-processor.tsconfig.json
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"target": "es5",
|
||||
"types": ["node"],
|
||||
"lib": ["es6"],
|
||||
"outFile": "../intermediate/keyman-inner-core.js"
|
||||
"outFile": "../intermediate/keyboard-processor/index.js"
|
||||
},
|
||||
"files": [
|
||||
"text/keyboardProcessor.ts"
|
||||
Loading…
Add table
Reference in a new issue