mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-05 15:17:40 +00:00
Starts to resolve the chaos of putting version numbers into every package.json file. Adds a new keyman-version package which mimics the version information in build-utils.sh. This will eventually replace resources/web-environment. Fixes the build for the lexical model compiler tools to remove refs to package.json version and use keyman-version instead. More fixes coming in a follow-up.
24 lines
No EOL
831 B
JSON
24 lines
No EOL
831 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
|
|
// TODO: move all compiler options here
|
|
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@keymanapp/es6-shim": ["./common/web/es6-shim"],
|
|
"@keymanapp/input-processor": ["./common/core/web/input-processor/src"],
|
|
"@keymanapp/keyboard-processor": ["./common/core/web/keyboard-processor/src"],
|
|
"@keymanapp/models-types": ["./common/models/types"],
|
|
"@keymanapp/models-templates": ["./common/models/templates"],
|
|
"@keymanapp/models-wordbreakers": ["./common/models/wordbreakers"],
|
|
"@keymanapp/utils": ["./common/core/web/utils"],
|
|
"@keymanapp/lm-message-types": ["./common/web/lm-message-types"],
|
|
"@keymanapp/keyman-version": ["./common/web/keyman-version"],
|
|
}
|
|
}
|
|
} |