mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
24 lines
551 B
JSON
24 lines
551 B
JSON
{
|
|
"extends": "../../tsconfig-base.json",
|
|
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"inlineSources": true,
|
|
"module": "none",
|
|
"outFile": "../release/renderer/bulk_render.js",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
|
|
"files": [
|
|
"renderer_core.ts",
|
|
"../source/kmwdevice.ts",
|
|
"../source/utils/styleConstants.ts",
|
|
],
|
|
|
|
"references": [
|
|
{ "path": "../../common/web/utils", "prepend": true },
|
|
{ "path": "../../common/web/keyman-version", "prepend": true },
|
|
{ "path": "../../common/web/lm-message-types" },
|
|
]
|
|
}
|