mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"module": "none",
|
|
"outDir": "../intermediate/",
|
|
"inlineSources": true,
|
|
"sourceMap": true,
|
|
"sourceRoot": "/keyman/",
|
|
"target": "es5",
|
|
"types": ["node"],
|
|
"lib": ["es6"],
|
|
"outFile": "../intermediate/web-core/index.js"
|
|
},
|
|
"files": [
|
|
"includes/node-lmlayer.ts",
|
|
"text/inputProcessor.ts"
|
|
]
|
|
}
|