mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"inlineSources": true,
|
|
"module": "none",
|
|
"outFile": "../release/renderer/bulk_render.js",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
"files": [
|
|
"../node_modules/@keymanapp/web-utils/src/index.ts",
|
|
"../node_modules/@keymanapp/lexical-model-layer/message.d.ts",
|
|
"renderer_core.ts"
|
|
]
|
|
}
|