mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
16 lines
No EOL
346 B
JSON
16 lines
No EOL
346 B
JSON
{
|
|
"extends": "../../../web/tsconfig.kmw-main-base.json",
|
|
"compilerOptions": {
|
|
"lib": ["es6", "DOM"],
|
|
"baseUrl": "../",
|
|
"outDir": "../../build/obj",
|
|
"tsBuildInfoFile": "../../build/obj/web/tsconfig.tsbuildinfo",
|
|
"rootDir": "../"
|
|
},
|
|
"include": [
|
|
"*.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../tsconfig.json" }
|
|
]
|
|
} |