mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-29 03:37:42 +00:00
17 lines
382 B
JSON
17 lines
382 B
JSON
{
|
|
"extends": "../../tsconfig.dom.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "../../../build/engine/attachment/obj/",
|
|
"tsBuildInfoFile": "../../../build/engine/attachment/obj/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src"
|
|
},
|
|
|
|
"include": [ "src/**/*.ts" ],
|
|
|
|
"references": [
|
|
{ "path": "../dom-utils" },
|
|
{ "path": "../element-wrappers" }
|
|
]
|
|
}
|