mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"extends": "../kmc/tsconfig.kmc-base.json",
|
|
|
|
"compilerOptions": {
|
|
"outDir": "build/src/",
|
|
"rootDir": "src/",
|
|
"baseUrl": ".",
|
|
"allowSyntheticDefaultImports": true,
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../../../common/web/keyman-version" },
|
|
{ "path": "../../../common/web/types" },
|
|
]
|
|
}
|