spiegel-keyman/web/source/tsconfig.json

37 lines
830 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outFile": "../intermediate/keymanweb.js"
},
"include": [
"./*.ts",
"./**/*.ts"
],
"files": [
"kmwbase.ts",
"keymanweb.ts",
"kmwnative.ts",
"kmwinit.ts",
"kmwapi.ts"
],
"exclude": [
"./kmwembedded.ts",
"./kmwuibutton.ts",
"./kmwuifloat.ts",
"./kmwuitoggle.ts",
"./kmwuitoolbar.ts",
],
"references": [
{ "path": "../../common/web/keyman-version", "prepend": true },
{ "path": "../../common/web/utils", "prepend": true },
{ "path": "../../common/predictive-text/browser.tsconfig.json", "prepend": true },
{ "path": "../../common/web/input-processor/src", "prepend": true },
{ "path": "../../common/web/keyboard-processor/src", "prepend": true },
{ "path": "../../common/web/lm-message-types" }
]
}