mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
18 lines
490 B
JSON
18 lines
490 B
JSON
// Is used by the keyboard-loader submodules.
|
|
{
|
|
"extends": "../tsconfig.kmw-main-base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "build/obj/",
|
|
"tsBuildInfoFile": "build/obj/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src"
|
|
},
|
|
"references": [
|
|
{ "path": "../types" },
|
|
{ "path": "../../models/types" },
|
|
{ "path": "../keyman-version/" },
|
|
{ "path": "../utils/" }
|
|
],
|
|
"include": ["./src/**/*.ts"],
|
|
"exclude": ["./src/keyboards/loaders/**/*.ts"]
|
|
}
|