mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 09:07:40 +00:00
24 lines
597 B
JSON
24 lines
597 B
JSON
{
|
|
"extends": "../../../../tsconfig-base.json",
|
|
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"inlineSources": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "es6",
|
|
"moduleResolution": "Node16",
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"baseUrl": "./",
|
|
"outDir": "../../../build/app/webview/obj/",
|
|
"tsBuildInfoFile": "../../../build/app/webview/obj/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src"
|
|
},
|
|
|
|
"include": [ "**/*.ts" ],
|
|
|
|
"references": [
|
|
{ "path": "../../../../common/web/keyman-version" },
|
|
{ "path": "../../../../common/web/utils" }
|
|
]
|
|
}
|