spiegel-keyman/web/bulk_rendering/tsconfig.json
2020-04-24 13:53:39 +07:00

15 lines
355 B
JSON

{
"compilerOptions": {
"allowJs": true,
"inlineSources": true,
"module": "none",
"outFile": "../release/renderer/bulk_render.js",
"sourceMap": true,
"target": "es5"
},
"files": [
"../node_modules/@keymanapp/keyboard-processor/src/utils/version.ts",
"../node_modules/@keyman/language-modeling-layer/message.d.ts",
"renderer_core.ts"
]
}