mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
12 lines
388 B
JSON
12 lines
388 B
JSON
{
|
|
"extends": "../../web/tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
// To help better support legacy Android devices
|
|
"downlevelIteration": true,
|
|
// Facilitates & simplifies stitching together the worker sourcemaps during the polyfill-concatenation step.
|
|
"inlineSourceMap": true,
|
|
// May not be set at the same time as the prior setting.
|
|
"sourceMap": false
|
|
}
|
|
}
|