mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
39 lines
No EOL
1.8 KiB
JSON
39 lines
No EOL
1.8 KiB
JSON
{
|
|
// Lists only CommonJS or 'none' modules; as we move modules from cjs/none to
|
|
// esm, we should move them from here into tsconfig.esm.json. Eventually, when
|
|
// we have only ES modules, we'll delete this file.
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{ "path": "./common/web/input-processor/src/tsconfig.json" },
|
|
{ "path": "./common/web/keyboard-processor/src/tsconfig.json" },
|
|
{ "path": "./common/web/recorder/src/nodeProctor.tsconfig.json" },
|
|
{ "path": "./common/web/recorder/src/tsconfig.json" },
|
|
{ "path": "./common/web/sentry-manager/src/tsconfig.json" },
|
|
{ "path": "./common/web/utils/tsconfig.json" },
|
|
|
|
{ "path": "./common/models/templates/tsconfig.json" },
|
|
{ "path": "./common/models/types/tsconfig.json" },
|
|
{ "path": "./common/models/wordbreakers/tsconfig.json" },
|
|
|
|
{ "path": "./common/predictive-text/browser.tsconfig.json" },
|
|
{ "path": "./common/predictive-text/testing/one-stage-embedded-webworker/tsconfig.json" },
|
|
{ "path": "./common/predictive-text/testing/two-stage-embedded-webworker/tsconfig.json" },
|
|
{ "path": "./common/predictive-text/testing/two-stage-embedded-webworker/worker/tsconfig.json" },
|
|
{ "path": "./common/predictive-text/tsconfig.json" },
|
|
|
|
{ "path": "./developer/src/server/tsconfig.json" },
|
|
|
|
{ "path": "./resources/build/version/tsconfig.json" },
|
|
{ "path": "./resources/build/version/tsconfig.production.json" },
|
|
|
|
{ "path": "./web/bulk_rendering/tsconfig.json" },
|
|
{ "path": "./web/source/tsconfig.json" },
|
|
{ "path": "./web/tools/recorder/tsconfig.json" },
|
|
{ "path": "./web/tools/sourcemap-root/tsconfig.json" },
|
|
|
|
{ "path": "./common/web/lm-message-types/" },
|
|
{ "path": "./common/web/lm-worker/" },
|
|
{ "path": "./common/web/keyman-version/" },
|
|
]
|
|
} |