mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
20 lines
344 B
JSON
20 lines
344 B
JSON
{
|
|
"extends": "../tsconfig.kmw-worker-base.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "build/obj",
|
|
"tsBuildInfoFile": "build/obj/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src"
|
|
},
|
|
"references": [
|
|
{ "path": "../types" }
|
|
],
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"test/**/*.ts"
|
|
]
|
|
}
|