mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"extends": "../../../tsconfig-base.json",
|
|
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"module": "none",
|
|
"outFile": "./build/index.js",
|
|
"sourceMap": true,
|
|
"lib": ["es6"],
|
|
"target": "es5",
|
|
"downlevelIteration": true,
|
|
},
|
|
"include": [
|
|
"index.ts",
|
|
"version.inc.ts"
|
|
]
|
|
}
|