mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
16 lines
505 B
JSON
16 lines
505 B
JSON
{
|
|
"extends": "../tsconfig.kmw-main-base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "build/obj/",
|
|
"tsBuildInfoFile": "build/obj/tsconfig.all.tsbuildinfo",
|
|
"rootDir": "./src"
|
|
},
|
|
"references": [
|
|
{ "path": "./src/keyboards/loaders/tsconfig.dom.json" },
|
|
{ "path": "./src/keyboards/loaders/tsconfig.node.json" }
|
|
],
|
|
// Actual main-body compilation is in tsconfig.json. This config is just a wrapper
|
|
// to trigger all three components at once.
|
|
"include": []
|
|
}
|