mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"extends": "../tsconfig.kmw-worker-base.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": "./",
|
|
"outDir": "build/obj",
|
|
"tsBuildInfoFile": "build/obj/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src"
|
|
},
|
|
"references": [
|
|
{ "path": "../types" },
|
|
{ "path": "../../web/utils" },
|
|
{ "path": "../../models/wordbreakers" }
|
|
],
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"test"
|
|
]
|
|
}
|