mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
18 lines
No EOL
808 B
JSON
18 lines
No EOL
808 B
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/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": "./developer/src/server/tsconfig.json" },
|
|
|
|
{ "path": "./resources/build/version/tsconfig.json" },
|
|
{ "path": "./resources/build/version/tsconfig.production.json" },
|
|
// { "path": "./web/bulk_rendering/tsconfig.json" },
|
|
]
|
|
} |