mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"inlineSources": true,
|
|
"module": "none",
|
|
"outFile": "../release/recorder/recorder_InputEvents.js",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
"files": [
|
|
"recorder_InputEvents.ts"
|
|
]
|
|
}
|