mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
18 lines
No EOL
487 B
JSON
18 lines
No EOL
487 B
JSON
// Is not `extend`ed by any tsconfigs; this is solely to build all app/ targets.
|
|
// Doesn't bundle them, though, so there are limits to the usefulness of this file.
|
|
{
|
|
"extends": "../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "../build",
|
|
"tsBuildInfoFile": "../build/tsconfig.all.tsbuildinfo",
|
|
"rootDir": "./"
|
|
},
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "app/browser" },
|
|
{ "path": "app/webview" },
|
|
{ "path": "app/ui" }
|
|
],
|
|
} |