mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
17 lines
501 B
JSON
17 lines
501 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"inlineSources": true,
|
|
"module": "none",
|
|
"outFile": "../release/dev_resources/dev_resources.js",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
"files": [
|
|
"../node_modules/@keymanapp/keyboard-processor/src/text/outputTarget.ts",
|
|
"../node_modules/@keymanapp/web-environment/environment.inc.ts",
|
|
"../node_modules/@keymanapp/web-utils/src/index.ts",
|
|
"../node_modules/@keymanapp/lexical-model-layer/message.d.ts",
|
|
"dom/targets/wrapElement.ts"
|
|
]
|
|
}
|