mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 14:17:40 +00:00
17 lines
409 B
JSON
17 lines
409 B
JSON
{
|
|
"extends": "../../tsconfig.dom.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "../../../build/engine/device-detect/obj/",
|
|
"tsBuildInfoFile": "../../../build/engine/device-detect/obj/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src"
|
|
},
|
|
|
|
"include": [ "**/*.ts" ],
|
|
|
|
"references": [
|
|
{ "path": "../../../../common/web/keyman-version" },
|
|
{ "path": "../common/web-utils" }
|
|
]
|
|
}
|