mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"extends": "../../../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"module": "none",
|
|
"inlineSources": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"target": "es5",
|
|
"types": ["node"],
|
|
"lib": ["es6"],
|
|
"outFile": "build/index.js"
|
|
},
|
|
"references": [
|
|
{ "path": "../keyman-version"}
|
|
],
|
|
"include": [
|
|
"src/*.ts"
|
|
]
|
|
}
|