mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 21:29:23 +00:00
19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
"outDir": "build/src/",
|
|
"rootDir": "src/",
|
|
"baseUrl": ".",
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/util/abnf/*.js",
|
|
],
|
|
"references": [
|
|
{ "path": "../../../common/web/keyman-version" },
|
|
{ "path": "../../../common/web/types/" },
|
|
{ "path": "../kmc-kmn/" },
|
|
{ "path": "../../../core/include/ldml/"},
|
|
]
|
|
}
|