mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"inlineSources": true,
|
|
"module": "none",
|
|
"outFile": "../release/dev_resources/dev_resources.js",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
"files": [
|
|
"text/outputTarget.ts",
|
|
"dom/wrapElement.ts"
|
|
]
|
|
}
|