mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
Put production module and test modules in different output subdirectories. This addresses code review comments.
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"outDir": "../build/tests/",
|
|
"tsBuildInfoFile": "../build/tests/tsconfig.tsbuildinfo",
|
|
"rootDir": "./"
|
|
},
|
|
"include": [ "./dom/**/*.ts"],
|
|
"exclude": []
|
|
}
|