mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"module": "none",
|
|
"outFile": "../build/intermediate/index.js",
|
|
"sourceMap": true,
|
|
"lib": ["webworker", "es6"],
|
|
"target": "es5",
|
|
"downlevelIteration": true
|
|
},
|
|
"include": [
|
|
"../node_modules/@keymanapp/web-environment/environment.inc.ts",
|
|
"../node_modules/@keymanapp/web-utils/src/index.ts",
|
|
"./**/*.ts",
|
|
]
|
|
}
|