mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
19 lines
No EOL
356 B
JSON
19 lines
No EOL
356 B
JSON
{
|
|
"extends": "../tsconfig.kmw-worker-base.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./build/main/obj",
|
|
"tsBuildInfoFile": "./build/main/obj/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src/main"
|
|
},
|
|
"references": [
|
|
{ "path": "../types" }
|
|
],
|
|
"include": [
|
|
"./src/main/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |