mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-29 03:37:42 +00:00
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"extends": "../kmc/tsconfig.kmc-base.json",
|
|
|
|
"compilerOptions": {
|
|
"outDir": "build/src/",
|
|
"rootDir": "src/",
|
|
"allowSyntheticDefaultImports": true, // for jszip
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
],
|
|
"references": [
|
|
{ "path": "../../../common/web/keyman-version" },
|
|
{ "path": "../../../common/web/types" },
|
|
]
|
|
}
|