mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
22 lines
500 B
JSON
22 lines
500 B
JSON
{
|
|
"extends": "../../../tsconfig-base.json",
|
|
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"inlineSources": true,
|
|
"module": "none",
|
|
"outFile": "build/index.js",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
|
|
"files": [
|
|
"../../source/kmwdevice.ts",
|
|
"../../source/utils/styleConstants.ts", // goes with kmwdevice.ts
|
|
],
|
|
|
|
"references": [
|
|
{ "path": "../../../common/web/keyman-version", "prepend": true },
|
|
{ "path": "../../../common/web/utils", "prepend": true }
|
|
]
|
|
}
|