mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
22 lines
441 B
JSON
22 lines
441 B
JSON
{
|
|
"extends": "../tsconfig.kmw-main-base.json",
|
|
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"baseUrl": "./",
|
|
"outDir": "build/obj/",
|
|
"tsBuildInfoFile": "build/obj/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src"
|
|
},
|
|
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
|
|
"references": [
|
|
{ "path": "../keyman-version" },
|
|
{ "path": "../utils/" },
|
|
{ "path": "../keyboard-processor/" },
|
|
{ "path": "../lm-message-types" }
|
|
],
|
|
}
|