mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"extends": "../tsconfig.kmw-main-base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./build/obj/tsconfig.tsbuildinfo",
|
|
"baseUrl": "./",
|
|
"outDir": "./build/obj/",
|
|
"rootDir": "./src"
|
|
},
|
|
"references": [
|
|
{ "path": "../keyman-version"}
|
|
],
|
|
"include": [
|
|
"src/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/test/**/*.js"
|
|
]
|
|
}
|