mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-10 09:37:42 +00:00
23 lines
484 B
JSON
23 lines
484 B
JSON
// As currently written, any mutual entries with /common/models/tsconfig.kmw-worker-base.json align perfectly.
|
|
{
|
|
"extends": "../tsconfig-base.json",
|
|
|
|
"compilerOptions": {
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"moduleResolution": "Node16",
|
|
"allowJs": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
|
|
|
|
"importHelpers": true,
|
|
|
|
|
|
"inlineSources": true,
|
|
"lib": ["es6"],
|
|
"sourceMap": true,
|
|
|
|
"experimentalDecorators": true,
|
|
}
|
|
}
|