mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
fix(web): child project tsconfig.json references
This commit is contained in:
parent
a95a091fcc
commit
f470a7cc96
10 changed files with 27 additions and 17 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"include": [ "**/*.ts" ],
|
||||
|
||||
"references": [
|
||||
{ "path": "../../../../common/web/keyman-version" },
|
||||
{ "path": "../../../../common/web/utils" }
|
||||
{ "path": "../../engine/attachment" },
|
||||
{ "path": "../../engine/main" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
"include": [ "**/*.ts" ],
|
||||
|
||||
"references": [
|
||||
{ "path": "../../../../common/web/keyman-version" },
|
||||
{ "path": "../../../../common/web/utils" }
|
||||
{ "path": "../../engine/main" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,4 +16,9 @@
|
|||
},
|
||||
|
||||
"include": [ "src/**/*.ts" ],
|
||||
|
||||
"references": [
|
||||
{ "path": "../../../../common/web/keyboard-processor" },
|
||||
{ "path": "../../../../common/web/utils" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@
|
|||
"include": [ "src/**/*.ts" ],
|
||||
|
||||
"references": [
|
||||
// { "path": "../../../../common/web/keyman-version" },
|
||||
// { "path": "../../../../common/web/utils" },
|
||||
{ "path": "../../../../common/web/keyboard-processor" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,4 +16,8 @@
|
|||
},
|
||||
|
||||
"include": [ "src/**/*.ts" ],
|
||||
|
||||
"references": [
|
||||
{ "path": "../../../../common/web/utils" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,8 +18,10 @@
|
|||
"include": [ "src/**/*.ts" ],
|
||||
|
||||
"references": [
|
||||
// { "path": "../../../../common/web/keyman-version" },
|
||||
// { "path": "../../../../common/web/utils" },
|
||||
{ "path": "../../../../common/web/keyboard-processor" }
|
||||
{ "path": "../../../../common/web/input-processor" },
|
||||
{ "path": "../device-detect" },
|
||||
{ "path": "../osk" },
|
||||
{ "path": "../package-cache" },
|
||||
{ "path": "../paths" },
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,8 @@
|
|||
"include": [ "src/**/*.ts" ],
|
||||
|
||||
"references": [
|
||||
{ "path": "../../../../common/web/keyboard-processor" },
|
||||
{ "path": "../dom-utils" }
|
||||
{ "path": "../../../../common/web/input-processor" },
|
||||
{ "path": "../dom-utils" },
|
||||
{ "path": "../events" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"include": [ "src/**/*.ts" ],
|
||||
|
||||
"references": [
|
||||
{ "path": "../../../../common/web/keyboard-processor" },
|
||||
{ "path": "../dom-utils" }
|
||||
{ "path": "../../../../common/web/input-processor" },
|
||||
{ "path": "../paths" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,8 @@
|
|||
"include": [ "**/*.ts" ],
|
||||
|
||||
"references": [
|
||||
{ "path": "../../../../common/web/keyman-version" },
|
||||
{ "path": "../../../../common/web/utils" }
|
||||
// We want OSK to be free from the need to reference this child project for its paths definitions.
|
||||
// There are a number of extra components here the OSK doesn't need.
|
||||
{ "path": "../osk" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
},
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "app/embed" },
|
||||
{ "path": "app/web" },
|
||||
{ "path": "app/browser" },
|
||||
{ "path": "app/webview" },
|
||||
{ "path": "app/ui" }
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue