mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
13 lines
183 B
JSON
13 lines
183 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
"outDir": "./build",
|
|
"target": "es6",
|
|
"rootDir": "."
|
|
},
|
|
|
|
"include": [
|
|
"version.inc.ts"
|
|
]
|
|
}
|