mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
21 lines
448 B
JSON
21 lines
448 B
JSON
{
|
|
"extends": "../../../tsconfig.kmw-worker-base.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "../../build/tools/data-compiler/obj",
|
|
"tsBuildInfoFile": "../../build/tools/data-compiler/obj/tsconfig.tsbuildinfo",
|
|
"rootDir": "./",
|
|
"module": "node16",
|
|
"moduleResolution": "node16"
|
|
},
|
|
"references": [
|
|
{ "path": "../../../types" }
|
|
],
|
|
"include": [
|
|
"./**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|